Move Makefile functionality into package.json
Makefile
deleted
100644 → 0
... | ... | @@ -7,7 +7,7 @@ |
"build": "webpack --colors --config ./webpack/webpack.prod.config.js", | ||
"dev": "npm run buildDev && NODE_ENV=dev LOADER=hot node bin/www", | ||
"buildDev": "webpack --no-info --colors --config ./webpack/webpack.dev.config.js", | ||
"test": "make test", | ||
"test": "NODE_ENV=test ./node_modules/.bin/mocha test/*.js -R nyan", | ||
"eslint": "eslint" | ||
}, | ||
"dependencies": { | ||
... | ... |
Please register or sign in to comment