Skip to content

Commit

Permalink
fix postpublish
Browse files Browse the repository at this point in the history
  • Loading branch information
xcarpentier committed Jan 6, 2020
1 parent 7e09087 commit 17f93c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"lint": "tslint --project .",
"verify": "yarn lint && yarn tsc && yarn build",
"prepublishOnly": "yarn verify && yarn config:npm",
"postpublish": "yarn config:dev",
"cleaning": "rm -rf node_modules && rm -f yarn.lock && yarn cache clean && yarn install && watchman watch-del-all && rm -fr $TMPDIR/react-*"
},
"keywords": [
Expand Down

0 comments on commit 17f93c4

Please sign in to comment.