Removed nightwatch

This commit is contained in:
Kylart 2018-08-08 21:53:28 +02:00
parent a7e6243020
commit 2d7797b329
1 changed files with 1 additions and 3 deletions

View File

@ -29,8 +29,7 @@
"dist:linux": "build --linux deb AppImage",
"dist:win": "build --win --x64 --ia32",
"dist:mac": "build --mac",
"dist:all": "npm run build && npm run dist:mac && npm run dist:win && npm run dist:linux",
"postinstall": "node test/nightwatch.config.js"
"dist:all": "npm run build && npm run dist:mac && npm run dist:win && npm run dist:linux"
},
"dependencies": {
"args": "^5.0.0",
@ -107,7 +106,6 @@
"file-loader": "^1.1.11",
"friendly-errors-webpack-plugin": "^1.6.1",
"html-webpack-plugin": "^3.2.0",
"nightwatch": "^1.0.6",
"nyc": "^12.0.2",
"optimize-css-assets-webpack-plugin": "^3.2.0",
"pre-commit": "^1.2.2",