diff --git a/package.json b/package.json index b2d2ff6..97c8613 100644 --- a/package.json +++ b/package.json @@ -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",