Skip to content

Commit

Permalink
Merge branch 'yarn-script'
Browse files Browse the repository at this point in the history
  • Loading branch information
dispix committed Oct 23, 2016
2 parents 558c451 + 29b8df0 commit ad35f39
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 @@ -8,7 +8,7 @@
},
"main": "index.js",
"scripts": {
"build": "npm test && babel src/deepDiff.js -o dist/main.js",
"build": "yarn test && babel src/deepDiff.js -o dist/main.js",
"test": "NODE_ENV=test standard && jest --verbose --coverage",
"format": "standard --fix"
},
Expand Down

0 comments on commit ad35f39

Please sign in to comment.