mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-22 01:22:54 +00:00
build: install correct dependencies before publishing
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md && git commit -m 'docs: update changelog'",
|
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md && git commit -m 'docs: update changelog'",
|
||||||
"compile": "tsc && sed -i '1i#!/usr/bin/env node' lib/cli.js",
|
"compile": "tsc && sed -i '1i#!/usr/bin/env node' lib/cli.js",
|
||||||
"documentation": "typedoc --includeDeclarations --excludeExternals --mode modules --out docs src",
|
"documentation": "typedoc --includeDeclarations --excludeExternals --mode modules --out docs src",
|
||||||
"prepublishOnly": "npm run build",
|
"prepublishOnly": "npm ci && npm run build",
|
||||||
"tslint": "tslint 'src/**/*.ts'",
|
"tslint": "tslint 'src/**/*.ts'",
|
||||||
"check-configuration": "openstapps-configuration"
|
"check-configuration": "openstapps-configuration"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user