make a hidden file

This commit is contained in:
Riley Davis
2017-01-18 10:10:47 -07:00
parent 810cc002c9
commit f9bc623764
2 changed files with 1 additions and 1 deletions
View File
+1 -1
View File
@@ -5,7 +5,7 @@
"main": "app.js",
"scripts": {
"start": "./bin/cli serve --jobs",
"dev-start": "nodemon --exec \"./bin/cli -c .env serve --jobs\"",
"dev-start": "nodemon --config .nodemon.json --exec \"./bin/cli -c .env serve --jobs\"",
"build": "NODE_ENV=production webpack --config webpack.config.js --bail",
"build-watch": "NODE_ENV=development webpack --config webpack.config.dev.js --watch",
"lint": "eslint bin/* .",