Skip to content

Commit

Permalink
fix: actually test cosmic-swingset files in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
warner committed Aug 24, 2020
1 parent d4a19ce commit e936999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cosmic-swingset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build": "exit 0",
"build:gyp": "make compile-gyp",
"build:gyp-debug": "make compile-gyp GYP_DEBUG=--debug",
"test": "ava --serial",
"test": "ava",
"pretty-fix": "prettier --write '**/*.js'",
"pretty-check": "prettier --check '**/*.js'",
"lint-fix": "yarn lint --fix",
Expand Down

0 comments on commit e936999

Please sign in to comment.