update npmpage creation

This commit is contained in:
2016-08-31 12:04:14 +02:00
parent 070574c8d7
commit 5aa10261e5
6 changed files with 172 additions and 5 deletions

View File

@@ -10,6 +10,8 @@
"test": "(npm run compile && npm run setupCheck && npm run check && npm run checkVersion && npm run checkNoTest && npm run checkNoDocs)",
"compile": "(rm -rf test/ && rm -r dist/ && mkdir dist/ && tsc && cp assets/cli.js dist/ )",
"setupCheck": "(git clone https://gitlab.com/sandboxzone/sandbox-npmts.git test/)",
"typedoc":"(typedoc --out ./pages/api --target ES6 ./ts/)",
"npmpage":"(npmpage)",
"check": "(cd test && npm install && node ../dist/index.js)",
"checkVersion": "(cd test/ && node ../dist/index.js -v)",
"checkNoTest": "(cd test && node ../dist/index.js --notest)",
@@ -60,7 +62,7 @@
"source-map-support": "^0.4.2",
"tsn": "^1.0.12",
"typedoc": "^0.4.5",
"typescript": "^2.0.0-dev.20160630",
"typescript": "next",
"typings-global": "*"
},
"devDependencies": {}