Skip to content

Commit

Permalink
Change test to ensure that the thing at least builds (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
gjtorikian authored Oct 23, 2017
1 parent 0b40e95 commit 3ad251e
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 @@ -15,7 +15,7 @@
"dist-clean": "rm -rf ./dist ./release",
"dist": "build -mwl",
"release": "yarn dist-clean && yarn build && build -mwl",
"test": "./node_modules/mocha/bin/mocha"
"test": "npm run build"
},
"author": "Adam Miskiewicz <adam.skevy@mac.com> (http://github.com/skevy)",
"license": "MIT",
Expand Down

0 comments on commit 3ad251e

Please sign in to comment.