mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-11 12:12:55 +00:00
build: add prepublishOnly script
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
|
||||
"compile": "tsc",
|
||||
"documentation": "typedoc --includeDeclarations --excludeExternals --mode modules --out docs src",
|
||||
"prepareOnly": "npm run build",
|
||||
"prepublishOnly": "npm run build",
|
||||
"test": "nyc mocha --require ts-node/register --ui mocha-typescript 'test/*.ts'",
|
||||
"tslint": "tslint 'src/**/*.ts'"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user