Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sanfilippopablo committed May 6, 2020
1 parent 997817e commit c54bcdd
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 @@ -20,7 +20,7 @@
"prettify": "prettier --write src/*.ts src/*.tsx src/**/*.ts src/**/*.tsx example/src/**/*.ts example/src/**/*.tsx",
"precommit": "npm run prettify && cd example && node generateRaws.js",
"prepush": "npm run build",
"prepare": "npm run build"
"prepare": "echo \"preparing\" && npm run build"
},
"jest": {
"transform": {
Expand Down

0 comments on commit c54bcdd

Please sign in to comment.