Skip to content

Commit

Permalink
trying to fix build error
Browse files Browse the repository at this point in the history
Build script returned non-zero exit code: 1
  • Loading branch information
Galothus authored Dec 12, 2019
1 parent 97e2c7b commit 87ee2cf
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
}

0 comments on commit 87ee2cf

Please sign in to comment.