mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-07 05:52:57 +00:00
fix: correctly add shebang line to cli
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
"build": "npm run tslint && npm run compile && npm run documentation",
|
||||
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md && git commit -m 'docs: update changelog'",
|
||||
"check-configuration": "openstapps-configuration",
|
||||
"compile": "rimraf lib && tsc --outDir lib && prepend lib/projectmanagement.cli.js '#!/usr/bin/env node\n' && prepend lib/pack.cli.js '#!/usr/bin/env node\n'",
|
||||
"compile": "rimraf lib && tsc --outDir lib && prepend lib/cli.js '#!/usr/bin/env node\n'",
|
||||
"documentation": "typedoc --includeDeclarations --excludeExternals --mode modules --out docs src",
|
||||
"prepublishOnly": "npm run build",
|
||||
"tslint": "tslint 'src/**/*.ts'"
|
||||
|
||||
Reference in New Issue
Block a user