From 6c102547d8cea6f2c2e1655ff89874ddcbd2f018 Mon Sep 17 00:00:00 2001 From: Timo Hocker Date: Thu, 24 Sep 2020 12:06:37 +0200 Subject: [PATCH] simplify ts test script --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 1de30a2..4512de4 100644 --- a/index.js +++ b/index.js @@ -13,7 +13,7 @@ const scripts = { lint: 'eslint . --ext .js,.jsx,.ts,.tsx,.vue,.mjs', test: { common: 'nyc jasmine --config="jasmine.json"', - ts: 'tsc && nyc jasmine --config="jasmine.json"', + ts: 'nyc jasmine-ts --config="jasmine.json"', no: 'echo "no test"' }, compile: {