Skip to content
This repository was archived by the owner on Apr 30, 2018. It is now read-only.

Commit d0be29f

Browse files
author
Kent C. Dodds
committed
👣 Adding start:linux because betterScripts isn't quite perfect
1 parent d2bce4b commit d0be29f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"test:single": "better-npm-run test:single",
2323
"test:debug": "better-npm-run test:debug",
2424
"test:ci": "better-npm-run test:ci",
25+
"start:linux": "NODE_ENV=test COVERAGE=true karma start",
2526
"start": "npm run test",
2627
"check-coverage": "istanbul check-coverage --statements 93 --branches 89 --functions 92 --lines 92",
2728
"code-checks": "eslint src/ --quiet",

0 commit comments

Comments
 (0)