update npmpage creation
This commit is contained in:
@@ -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": {}
|
||||
|
||||
Reference in New Issue
Block a user