Skip to content

Commit

Permalink
πŸ’š Remove duplicate steps
Browse files Browse the repository at this point in the history
  • Loading branch information
zswang committed Oct 2, 2017
1 parent 49dd9b1 commit 101a718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -45,7 +45,7 @@
"test": "istanbul cover --hook-run-in-context node_modules/mocha/bin/_mocha -- -R spec",
"example": "gulp example",
"mocha": "mocha",
"dist": "npm run _update_version && npm run _dist && npm run example && npm run test"
"dist": "npm run _update_version && npm run _dist && npm run test"
},
"files": [
"lib"
Expand Down

0 comments on commit 101a718

Please sign in to comment.