From f58cd7bde0b3a2d7f772396c327c20f2b302adc5 Mon Sep 17 00:00:00 2001 From: Yuya Ochiai Date: Wed, 21 Feb 2018 22:32:22 +0900 Subject: [PATCH] Remove "npm run serve" which is no longer available --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 3d3ef543..3b4372c6 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,6 @@ "watch": "run-p watch:*", "watch:main": "node scripts/watch_main_and_preload.js", "watch:renderer": "webpack-dev-server --config webpack.config.renderer.js", - "serve": "gulp watch", "test": "npm-run-all test:* lint:*", "test:app": "npm run build && mocha --reporter mocha-circleci-reporter --recursive test/specs", "package:all": "cross-env NODE_ENV=production npm-run-all check-build-config package:windows package:mac package:linux",