Skip to content

Commit 6a92f89

Browse files
committed
Fix type building lifecycle
1 parent 6d5e799 commit 6a92f89

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,14 @@
3333
"url": "https://github.com/bcomnes/async-folder-walker.git"
3434
},
3535
"scripts": {
36-
"prepublishOnly": "git push --follow-tags && gh-release -y",
36+
"prepublishOnly": "npm run build && git push --follow-tags && gh-release -y",
37+
"postpublish": "npm run clean",
3738
"test": "npm run clean && run-s test:*",
3839
"test:standard": "standard",
3940
"test:tap": "tap",
4041
"test:tsc": "tsc",
4142
"debug": "node --nolazy --inspect-brk=9229 -r esm test.js",
42-
"version": "run-s build version:*",
43+
"version": "run-s version:*",
4344
"version:changelog": "auto-changelog -p --template keepachangelog auto-changelog --breaking-pattern 'BREAKING CHANGE:'",
4445
"version:git": "git add CHANGELOG.md",
4546
"postversion": "npm run clean",

0 commit comments

Comments
 (0)