Skip to content

Commit

Permalink
deploy command npx로 실행하도록 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
shine1594 committed Jun 10, 2021
1 parent c92c215 commit 883b963
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 @@ -10,7 +10,7 @@
"transpile:cjs": "BABEL_ENV=cjs babel src --out-dir ./cjs",
"transpile": "npm run transpile:mjs && npm run transpile:cjs",
"build": "npm run transpile && node scripts/transfrom_cjs_exports.js && mv src es",
"deploy": "np --no-tests --no-publish",
"deploy": "npx np --no-tests --no-publish",
"test": "mocha -R spec test/**/*.js"
},
"repository": {
Expand Down

0 comments on commit 883b963

Please sign in to comment.