Skip to content

Commit

Permalink
Added prepublish.
Browse files Browse the repository at this point in the history
  • Loading branch information
alansouzati committed Mar 1, 2018
1 parent 311e273 commit bb075a5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "gulp-jest",
"version": "4.0.0",
"version": "4.0.2",
"description": "Gulp plugin for running your Jest tests",
"main": "lib/index.js",
"scripts": {
"build": "babel src --out-dir lib --copy-files --loose-mode",
"test": "jest --coverage"
"test": "jest --coverage",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit bb075a5

Please sign in to comment.