From 87ee2cf6b25e8dc68779052bd0a578c4fa41f487 Mon Sep 17 00:00:00 2001 From: Galothus Date: Thu, 12 Dec 2019 19:21:51 +0200 Subject: [PATCH] trying to fix build error Build script returned non-zero exit code: 1 --- package.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/package.json b/package.json index ec68aec..97c2770 100644 --- a/package.json +++ b/package.json @@ -6,20 +6,14 @@ "scripts": { "start": "parcel index.html --out-dir build --open && cp ./manifest.webapp ./build/ && cp -r ./assets/ ./build/", "build": "parcel build index.html --out-dir build && cp ./manifest.webapp ./build/ && cp -r ./assets/ ./build/", - "app:install": "kdeploy build install", - "app:uninstall": "kdeploy build uninstall", - "app:update": "kdeploy build update", - "app:start": "kdeploy build start", - "app:stop": "kdeploy build stop" }, "dependencies": {}, "devDependencies": { "@babel/core": "7.2.0", "parcel-bundler": "^1.6.1", - "kdeploy": "kaiostech/kdeploy" }, "keywords": [ "vanilla", "kaios" ] -} \ No newline at end of file +}