Skip to content

Commit

Permalink
Fix package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ogom committed Dec 5, 2015
1 parent 40d15ab commit 85127cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "static",
"version": "0.1.0",
"scripts": {
"start": "DEBUG=true node server.js",
"build": "webpack -p --config webpack.production.js",
"build-dev": "webpack -p"
"start": "cd ./private/static && DEBUG=true node server.js",
"build": "cd ./private/static && webpack -p --config webpack.production.js",
"build-dev": "cd ./private/static && webpack -p"
},
"dependencies": [
"babel-core: ^5.0.0",
Expand Down

0 comments on commit 85127cc

Please sign in to comment.