fix(core): update

This commit is contained in:
Philipp Kunz 2019-09-01 13:44:21 +02:00
parent 8979d26005
commit 7ea3ac182d

View File

@ -9,8 +9,8 @@
"npmci": "cli.js"
},
"scripts": {
"test": "(rm -f config.json) && tstest test/",
"build": "(rm -f config.json) && tsbuild && (npm run testVersion)",
"test": "tstest test/",
"build": "tsbuild && (npm run testVersion)",
"testVersion": "(cd test/assets/ && node ../../cli.js -v)"
},
"repository": {