mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2025-12-13 01:36:22 +00:00
build: add shebang line to cli
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
"scripts": {
|
||||
"build": "npm run tslint && npm run compile && npm run documentation",
|
||||
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
|
||||
"compile": "tsc",
|
||||
"compile": "tsc && sed -i '1i#!/usr/bin/env node' lib/cli.js",
|
||||
"documentation": "typedoc --includeDeclarations --excludeExternals --mode modules --out docs src",
|
||||
"prepareOnly": "npm run build",
|
||||
"tslint": "tslint 'src/**/*.ts'"
|
||||
|
||||
Reference in New Issue
Block a user