Skip to content

Commit

Permalink
retain dist files until after publish
Browse files Browse the repository at this point in the history
  • Loading branch information
dmonad committed Mar 26, 2020
1 parent 7641e12 commit b8d1e78
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 @@ -16,7 +16,7 @@
"lint": "standard && tsc",
"types": "tsc --outDir .",
"preversion": "npm run dist && npm run test && npm run types",
"postversion": "npm run clean"
"postpublish": "npm run clean"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit b8d1e78

Please sign in to comment.