Skip to content

Commit

Permalink
Fix script names
Browse files Browse the repository at this point in the history
  • Loading branch information
lumandra committed Oct 29, 2018
1 parent 806a2aa commit 6825a67
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"README.md"
],
"scripts": {
"start_dev": "node build/server.js",
"build_dev": "rimraf dist && webpack --config build/webpack.dev.config.js",
"build_prod": "node build/build.js",
"local_run": "node build/local.run.js"
"start": "node build/server.js",
"bundle": "rimraf dist && webpack --config build/webpack.dev.config.js",
"build": "node build/build.js",
"localrun": "node build/local.run.js"
},
"bin": {
"chisel-cms": "./bin/chisel-cms"
Expand Down

0 comments on commit 6825a67

Please sign in to comment.