Skip to content

Commit

Permalink
fix: makes window happy
Browse files Browse the repository at this point in the history
  • Loading branch information
huafu committed Aug 3, 2018
1 parent ca697f2 commit 36fbebe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"build": "tsc -p tsconfig.build.json",
"build:watch": "tsc -p tsconfig.build.json -w",
"test:nolint": "npm run clean-build && jest --clearCache && node scripts/tests.js",
"clean": "./scripts/clean.js",
"clean": "node scripts/clean.js",
"clean-build": "npm run clean && npm run build",
"pretest": "npm run tslint",
"test:unit": "./scripts/tests.js",
"test:e2e": "./scripts/e2e.js",
"test:unit": "node scripts/tests.js",
"test:e2e": "node scripts/e2e.js",
"test": "npm run test:e2e && npm run test:unit",
"tslint": "tslint 'src/**/*.ts'",
"doc": "doctoc .",
Expand Down

0 comments on commit 36fbebe

Please sign in to comment.