Skip to content

Commit 36fbebe

Browse files
committed
fix: makes window happy
1 parent ca697f2 commit 36fbebe

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
"build": "tsc -p tsconfig.build.json",
99
"build:watch": "tsc -p tsconfig.build.json -w",
1010
"test:nolint": "npm run clean-build && jest --clearCache && node scripts/tests.js",
11-
"clean": "./scripts/clean.js",
11+
"clean": "node scripts/clean.js",
1212
"clean-build": "npm run clean && npm run build",
1313
"pretest": "npm run tslint",
14-
"test:unit": "./scripts/tests.js",
15-
"test:e2e": "./scripts/e2e.js",
14+
"test:unit": "node scripts/tests.js",
15+
"test:e2e": "node scripts/e2e.js",
1616
"test": "npm run test:e2e && npm run test:unit",
1717
"tslint": "tslint 'src/**/*.ts'",
1818
"doc": "doctoc .",

0 commit comments

Comments
 (0)