mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-18 23:52:52 +00:00
build: ignore errors on install hook
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
"compile": "rimraf lib/* && tsc --outDir lib && prepend lib/cli.js '#!/usr/bin/env node\n'",
|
||||
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
|
||||
"documentation": "typedoc --includeDeclarations --excludeExternals --mode modules --out docs src",
|
||||
"install": "node lib/cli.js -p $INIT_CWD",
|
||||
"install": "node lib/cli.js -p $INIT_CWD || true",
|
||||
"prepareOnly": "npm run build",
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"tslint": "tslint 'src/**/*.ts'"
|
||||
|
||||
Reference in New Issue
Block a user