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 c71f9f1fee
commit 6fb7d2717d
2 changed files with 4 additions and 2 deletions

View File

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

View File

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