Fix 'test:fast' npm script definition

Change-type: patch
This commit is contained in:
Paulo Castro 2020-02-17 14:31:08 +00:00
parent ad4981328f
commit bdc7c0fa39

View File

@ -52,7 +52,7 @@
"release": "ts-node --transpile-only -P automation/tsconfig.json automation/run.ts release",
"pretest": "npm run build",
"test": "mocha --timeout 6000 -r ts-node/register/transpile-only \"tests/**/*.spec.ts\"",
"test:fast": "npm run build:fast && npm run test",
"test:fast": "npm run build:fast && mocha --timeout 6000 -r ts-node/register/transpile-only \"tests/**/*.spec.ts\"",
"catch-uncommitted": "ts-node --transpile-only -P automation/tsconfig.json automation/run.ts catch-uncommitted",
"ci": "npm run test && npm run catch-uncommitted",
"watch": "gulp watch",