We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca697f2 commit 36fbebeCopy full SHA for 36fbebe
1 file changed
package.json
@@ -8,11 +8,11 @@
8
"build": "tsc -p tsconfig.build.json",
9
"build:watch": "tsc -p tsconfig.build.json -w",
10
"test:nolint": "npm run clean-build && jest --clearCache && node scripts/tests.js",
11
- "clean": "./scripts/clean.js",
+ "clean": "node scripts/clean.js",
12
"clean-build": "npm run clean && npm run build",
13
"pretest": "npm run tslint",
14
- "test:unit": "./scripts/tests.js",
15
- "test:e2e": "./scripts/e2e.js",
+ "test:unit": "node scripts/tests.js",
+ "test:e2e": "node scripts/e2e.js",
16
"test": "npm run test:e2e && npm run test:unit",
17
"tslint": "tslint 'src/**/*.ts'",
18
"doc": "doctoc .",
0 commit comments