chore(dev): do not upload sources and ignore tests

This commit is contained in:
wensen.lws 2018-11-20 20:21:50 +08:00
parent 7677ccdc23
commit 67f439d8a2
2 changed files with 4 additions and 2 deletions

View File

@ -70,8 +70,11 @@ test
*.un~
.idea
bin
bundler
demos
docs
lib
src
temp
webpack-dev.config.js
webpack.config.js

View File

@ -87,8 +87,7 @@
},
"pre-commit": {
"run": [
"lint",
"test-all"
"lint"
],
"silent": false
},