Skip to content

Commit

Permalink
test: disable webworker
Browse files Browse the repository at this point in the history
  • Loading branch information
richardschneider committed Dec 6, 2017
1 parent 569f963 commit 358c8c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"lint": "aegir lint",
"build": "aegir build",
"test": "aegir test",
"test": "aegir test -t node -t browser",
"test:node": "aegir test -t node",
"test:browser": "aegir test -t browser",
"release": "aegir release",
Expand Down

0 comments on commit 358c8c2

Please sign in to comment.