Skip to content

Commit 87ee2cf

Browse files
authored
trying to fix build error
Build script returned non-zero exit code: 1
1 parent 97e2c7b commit 87ee2cf

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

package.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,14 @@
66
"scripts": {
77
"start": "parcel index.html --out-dir build --open && cp ./manifest.webapp ./build/ && cp -r ./assets/ ./build/",
88
"build": "parcel build index.html --out-dir build && cp ./manifest.webapp ./build/ && cp -r ./assets/ ./build/",
9-
"app:install": "kdeploy build install",
10-
"app:uninstall": "kdeploy build uninstall",
11-
"app:update": "kdeploy build update",
12-
"app:start": "kdeploy build start",
13-
"app:stop": "kdeploy build stop"
149
},
1510
"dependencies": {},
1611
"devDependencies": {
1712
"@babel/core": "7.2.0",
1813
"parcel-bundler": "^1.6.1",
19-
"kdeploy": "kaiostech/kdeploy"
2014
},
2115
"keywords": [
2216
"vanilla",
2317
"kaios"
2418
]
25-
}
19+
}

0 commit comments

Comments
 (0)