Skip to content

Commit

Permalink
chore: Update deploy command.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Apr 4, 2018
1 parent 4dac073 commit baf3510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"build:lib": "BABEL_ENV=production babel --ignore=src/**/__test__ --plugins transform-runtime src --out-dir lib --copy-files ",
"lint:style": "stylelint \"src/**/*.less\" --syntax less",
"lint-staged:js": "NODE_ENV=production eslint src",
"deploy": "node ./script/deploy.js"
"deploy": "npm run build:lib && npm run build && node ./script/deploy.js"
},
"keywords": [
"uiw",
Expand Down

0 comments on commit baf3510

Please sign in to comment.