Skip to content

Commit

Permalink
Added prepare script.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Sobieszek committed Sep 6, 2018
1 parent 9417f68 commit 831442a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -23,6 +23,7 @@
"build": "rimraf dist/ && babel src/ --out-dir dist/ --ignore __tests__,__mocks__,src/types.js",
"lint": "eslint . --report-unused-disable-directives",
"fix": "eslint . --fix --report-unused-disable-directives",
"prepare": "npm run build",
"prepublish": "yarn build",
"preversion": "yarn lint",
"test": "jest",
Expand Down

0 comments on commit 831442a

Please sign in to comment.