Skip to content

Commit

Permalink
Re-add missing build script
Browse files Browse the repository at this point in the history
  • Loading branch information
pederjohnsen committed May 8, 2018
1 parent 653d1f6 commit 5d39942
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
"build:localImagesData": "node scripts/local-images/build-data && BABEL_ENV=cjs babel data/local-images --out-dir data/local-images --copy-files",
"build:dist": "npm run build:cjs",
"build:cjs": "BABEL_ENV=cjs babel src --out-dir dist --copy-files",
"build": "npm run clean && npm run build:dist",
"watch": "BABEL_ENV=cjs babel src --watch --out-dir dist --copy-files",
"start": "npm run watch",
"stats": "webpack --config ./spec/webpack.config.js --json > spec/stats.json",
Expand Down

0 comments on commit 5d39942

Please sign in to comment.