diff --git a/package.json b/package.json index 86dff34f..c019ecdb 100644 --- a/package.json +++ b/package.json @@ -40,6 +40,7 @@ "release": "npm run build && ts-node --type-check -P automation automation/deploy-bin.ts", "pretest": "npm run build", "test": "gulp test", + "test:fast": "npm run build:fast && gulp test", "ci": "npm run test && catch-uncommitted", "watch": "gulp watch", "prettify": "prettier --write \"{lib,tests,automation,typings}/**/*.ts\"",