Skip to content

Commit 5d7af8f

Browse files
committed
chore: stub after release
1 parent 8818273 commit 5d7af8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"lint:fix": "eslint --cache --ext .ts,.js,.mjs,.cjs . --fix && prettier -c src -w",
2929
"prepack": "pnpm build",
3030
"play": "jiti playground",
31-
"release": "pnpm test && changelogen --release && npm publish && git push --follow-tags",
31+
"release": "pnpm test && changelogen --release && npm publish && git push --follow-tags && pnpm build --stub",
3232
"test": "pnpm lint && pnpm test:types",
3333
"test:types": "tsc --noEmit --skipLibCheck"
3434
},
@@ -51,4 +51,4 @@
5151
"unbuild": "^2.0.0"
5252
},
5353
"packageManager": "pnpm@8.12.1"
54-
}
54+
}

0 commit comments

Comments
 (0)