Skip to content

Commit

Permalink
deploy command 순서 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
shine1594 committed Nov 22, 2020
1 parent a43b848 commit e1e76a3
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 @@ -26,7 +26,7 @@
"bundle:legacy": "NODE_ENV=production BABEL_ENV=legacy webpack --config webpack.config.cjs",
"bundle": "npm run bundle:modern && npm run bundle:legacy",
"build": "npm run generate:index && npm run bundle && npm run transpile && npm run generate:cjs-export-files",
"deploy": "np --no-publish && npm run build && npm publish",
"deploy": "npm run build && np --no-publish && npm publish",
"test": "mocha 'test/spec.js' --timeout 10000"
},
"files": [
Expand Down

0 comments on commit e1e76a3

Please sign in to comment.