mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-09 09:12:52 +00:00
build: install correct dependencies before publishing
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"check-configuration": "openstapps-configuration",
|
||||
"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",
|
||||
"prepublishOnly": "npm ci && npm run build",
|
||||
"tslint": "tslint 'src/**/*.ts'"
|
||||
},
|
||||
"author": "Karl-Philipp Wulfert <karl-philipp.wulfert@gmail.com>",
|
||||
|
||||
Reference in New Issue
Block a user