build: use pack from core-tools

Fixes #27
This commit is contained in:
Karl-Philipp Wulfert
2019-01-24 14:26:29 +01:00
parent f9a73e2b9c
commit 3cf4e99fee
2 changed files with 15 additions and 807 deletions

817
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -19,7 +19,7 @@
"check-configuration": "openstapps-configuration",
"compile": "tsc",
"documentation": "typedoc --includeDeclarations --excludeExternals --mode modules --out docs src",
"pack": "openstapps-pack",
"pack": "openstapps-core-tools pack",
"prepublishOnly": "npm run build",
"schema": "node --max-old-space-size=8192 --stack-size=10240 ./node_modules/.bin/openstapps-core-tools schema src/core lib/schema",
"test": "mocha --require ts-node/register --ui mocha-typescript test/*.spec.ts",
@@ -42,9 +42,8 @@
},
"devDependencies": {
"@openstapps/configuration": "0.5.0",
"@openstapps/core-tools": "0.1.0",
"@openstapps/core-tools": "0.2.0",
"@openstapps/logger": "0.0.3",
"@openstapps/projectmanagement": "0.1.2",
"@types/chai": "4.1.7",
"@types/humanize-string": "1.0.0",
"@types/node": "10.12.18",