remove installer build

This commit is contained in:
Jiiks 2019-03-01 22:02:06 +02:00
parent 1bacecf8d4
commit 6167cc7c4b
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@
}, },
"scripts": { "scripts": {
"install": "node scripts/install.js", "install": "node scripts/install.js",
"build": "npm run build --prefix client && npm run build --prefix core && npm run build --prefix editor && npm run build --prefix installer", "build": "npm run build --prefix client && npm run build --prefix core && npm run build --prefix editor",
"build_client": "npm run build --prefix client", "build_client": "npm run build --prefix client",
"watch_client": "npm run watch --prefix client", "watch_client": "npm run watch --prefix client",
"build_core": "npm run build --prefix core", "build_core": "npm run build --prefix core",