Skip to content

Commit b8d1e78

Browse files
committed
retain dist files until after publish
1 parent 7641e12 commit b8d1e78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"lint": "standard && tsc",
1717
"types": "tsc --outDir .",
1818
"preversion": "npm run dist && npm run test && npm run types",
19-
"postversion": "npm run clean"
19+
"postpublish": "npm run clean"
2020
},
2121
"repository": {
2222
"type": "git",

0 commit comments

Comments
 (0)