mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-04 20:42:52 +00:00
build: update scripts
This commit is contained in:
@@ -16,12 +16,13 @@
|
||||
"scripts": {
|
||||
"build": "npm run tslint && npm run compile && npm run pack && npm run schema && npm run documentation",
|
||||
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
|
||||
"compile": "tsc && rimraf lib/cli.js lib/common.js lib/types.js",
|
||||
"check-configuration": "openstapps-configuration",
|
||||
"compile": "tsc",
|
||||
"documentation": "typedoc --includeDeclarations --excludeExternals --mode modules --out docs src",
|
||||
"pack": "openstapps-pack",
|
||||
"prepareOnly": "npm run build",
|
||||
"schema": "NODE_OPTIONS='--max-old-space-size=8192' openstapps-convert ./src/core ./lib/schema ./src/core/things/ ./src/core/protocol/ ./src/core/files/",
|
||||
"test": "TS_NODE_COMPILER_OPTIONS='{\"noUnusedLocals\": false}' mocha --require ts-node/register --ui mocha-typescript test/*.spec.ts",
|
||||
"prepublishOnly": "npm run build",
|
||||
"schema": "NODE_OPTIONS='--max-old-space-size=8192' openstapps-core-tools schema src/core lib/schema",
|
||||
"test": "mocha --require ts-node/register --ui mocha-typescript test/*.spec.ts",
|
||||
"tslint": "tslint 'src/**/*.ts'"
|
||||
},
|
||||
"author": "Karl-Philipp Wulfert <krlwlfrt@gmail.com",
|
||||
|
||||
Reference in New Issue
Block a user