mirror of https://gitee.com/antv-l7/antv-l7
chore(dev): do not upload sources and ignore tests
This commit is contained in:
parent
c71f9f1fee
commit
6fb7d2717d
|
@ -70,8 +70,11 @@ test
|
|||
*.un~
|
||||
.idea
|
||||
bin
|
||||
bundler
|
||||
demos
|
||||
docs
|
||||
lib
|
||||
src
|
||||
temp
|
||||
webpack-dev.config.js
|
||||
webpack.config.js
|
||||
|
|
|
@ -87,8 +87,7 @@
|
|||
},
|
||||
"pre-commit": {
|
||||
"run": [
|
||||
"lint",
|
||||
"test-all"
|
||||
"lint"
|
||||
],
|
||||
"silent": false
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue