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~
|
*.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
|
||||||
|
|
|
@ -87,8 +87,7 @@
|
||||||
},
|
},
|
||||||
"pre-commit": {
|
"pre-commit": {
|
||||||
"run": [
|
"run": [
|
||||||
"lint",
|
"lint"
|
||||||
"test-all"
|
|
||||||
],
|
],
|
||||||
"silent": false
|
"silent": false
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue