Skip to content

Commit

Permalink
Add empty node:test script for not-so-smart CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AviVahl committed Nov 14, 2017
1 parent db6c5a9 commit 6a6e784
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"prepublish": "npm run build",
"test": "npm run test:browser",
"test:browser": "karma start --single-run",
"test:node": "echo no node tests",
"start": "webpack-dev-server --progress"
},
"peerDependencies": {
Expand Down

0 comments on commit 6a6e784

Please sign in to comment.