fix(core): switch from npmts to @gitzone/tsbuild for bulding the module

This commit is contained in:
2018-08-06 09:37:09 +02:00
parent 908db4d847
commit 7b87adf3d9
3 changed files with 22 additions and 4 deletions

View File

@@ -11,7 +11,7 @@
"release": "(git pull origin master && npm version patch && git push origin master && git checkout release && git merge master && git push origin release && git checkout master)",
"update": "(git checkout master && git pull origin master && npm install)",
"upgrade": "(npm run update) && (ncu upgradeAll && npm install)",
"build": "(npmts)"
"build": "(tsbuild)"
},
"repository": {
"type": "git",
@@ -39,6 +39,7 @@
"vinyl-file": "^3.0.0"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.0.21",
"@gitzone/tsrun": "^1.1.1",
"@gitzone/tstest": "^1.0.12",
"@types/node": "^10.5.1",