Skip to content

Commit

Permalink
Forcing test to run build first
Browse files Browse the repository at this point in the history
  • Loading branch information
berdon committed Jan 14, 2018
1 parent 69021bd commit 2ba29b3
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 @@ -4,7 +4,7 @@
"description": "",
"main": "./lib/index.min.js",
"scripts": {
"test": "mocha -r ts-node/register src/**/*.spec.ts && tap minimist_tests/**/*.js",
"test": "npm run build && mocha -r ts-node/register src/**/*.spec.ts && tap minimist_tests/**/*.js",
"build": "tsc && ./node_modules/babel-minify/bin/minify.js ./out/index.js --outFile ./lib/index.min.js"
},
"author": {
Expand Down

0 comments on commit 2ba29b3

Please sign in to comment.