Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
and now?
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanvorster committed Sep 4, 2018
1 parent 9abd3a6 commit 4f7d0b6
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 @@ -10,7 +10,7 @@
"build:ts": "webpack",
"build:ts:prod": "cross-env NODE_ENV=production webpack",
"pretty": "prettier --use-tabs --write \"src/**/*.{ts,tsx}\" --print-width 120",
"prepack": "rm -rf ./dist && yarn run build:ts:prod",
"prepack": "(rm -rf ./dist || true) && yarn run build:ts:prod",
"postversion": "git push origin $(git rev-parse --abbrev-ref HEAD) --tags"
},
"dependencies": {
Expand Down

0 comments on commit 4f7d0b6

Please sign in to comment.