Skip to content

Commit

Permalink
chore(build): cleanup of compiled code
Browse files Browse the repository at this point in the history
  • Loading branch information
ccrowhurstram committed Oct 6, 2016
1 parent 803e261 commit fb7cb41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo-apps/ts-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"build": "node ../../node_modules/webpack/bin/webpack.js --env.debug",
"prebuild:prod": "npm run clean",
"build:prod": "node ../../node_modules/webpack/bin/webpack.js --progress --env.prod",
"clean": "node ../../node_modules/shx/lib/cli.js rm -rf build build-stats.json",
"clean": "node ../../node_modules/shx/lib/cli.js rm -rf build build-stats.json src/**/*.js src/**/*.js.map",
"serve": "node ../../node_modules/http-server/bin/http-server build -c-1 -o",
"start": "node ../../node_modules/webpack-dev-server/bin/webpack-dev-server.js --progress --env.debug",
"stats": "node ../../node_modules/webpack/bin/webpack.js --env.prod --profile --json > build-stats.json",
Expand Down

0 comments on commit fb7cb41

Please sign in to comment.