diff --git a/package.json b/package.json index c4c29460a..9ac814723 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,8 @@ "node": ">= 0.10.0" }, "scripts": { - "test": "node ./_infrastructure/tests/runner.js --tsc-version 1.0.0 --test-changes", + "test": "npm run all", + "changes": "node ./_infrastructure/tests/runner.js --tsc-version 1.0.0 --test-changes", "all": "node ./_infrastructure/tests/runner.js --tsc-version 1.0.0", "dry": "node ./_infrastructure/tests/runner.js --tsc-version 1.0.0 --skip-tests --test-changes", "list": "node ./_infrastructure/tests/runner.js --tsc-version 1.0.0 --skip-tests --print-files --print-refmap",