Skip to content

Commit

Permalink
Fix prepare script
Browse files Browse the repository at this point in the history
  • Loading branch information
jxnblk committed Mar 23, 2019
1 parent 9bfc7be commit 9d55f2e
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 @@ -6,7 +6,7 @@
"module": "dist/index.esm.js",
"sideEffects": false,
"scripts": {
"prepare": "mkdirp dist npm run build:cjs && npm run build:esm",
"prepare": "mkdirp dist && npm run build:cjs && npm run build:esm",
"prettier": "prettier \"{src,test}/**/*.js\" --write",
"clean": "rm -rf dist",
"build:cjs": "NODE_ENV=cjs babel src -o dist/index.cjs.js",
Expand Down

0 comments on commit 9d55f2e

Please sign in to comment.