mirror of
https://github.com/wahyd4/ant-design.git
synced 2026-08-27 05:36:20 +10:00
+1
-1
@@ -100,7 +100,7 @@
|
||||
"lint": "eslint components index.js --ext '.js,.jsx'",
|
||||
"lesslint": "lesslint style",
|
||||
"test": "webpack && npm run lint",
|
||||
"prepublish": "npm run babel && rm -rf dist && webpack --config webpack.config.production.js && node scripts/prenpm.js"
|
||||
"pub": "sh ./scripts/publish.sh"
|
||||
},
|
||||
"precommit": [
|
||||
"lint"
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
npm run babel
|
||||
rm -rf dist
|
||||
webpack --config webpack.config.production.js
|
||||
node scripts/prenpm.js
|
||||
npm publish
|
||||
rm -rf lib
|
||||
rm -rf dist
|
||||
Reference in New Issue
Block a user