Skip to content

Commit

Permalink
chore: remove prebuild step
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Murray <[email protected]>
  • Loading branch information
mikemurray committed Feb 25, 2020
1 parent 61850ed commit 1e44cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"private": false,
"sideEffects": false,
"scripts": {
"prebuild": "rimraf dist/**/* && rimraf dist-modules-temp && node ./scripts/prebuild.js",
"prebuild": "rimraf dist/**/* && rimraf dist-modules-temp",
"build": "npm run build:common && npm run build:modules",
"build:common": "BABEL_ENV=production babel --root-mode upward src --out-dir dist",
"build:modules": "BABEL_ENV=production BABEL_MODULES=1 babel --root-mode upward src --out-dir dist-modules-temp",
Expand Down

0 comments on commit 1e44cfa

Please sign in to comment.