Skip to content

Commit dc8116c

Browse files
committed
fix release script
1 parent e8cf6a0 commit dc8116c

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
@@ -40,9 +40,9 @@
4040
"test": "test"
4141
},
4242
"scripts": {
43-
"build": "rimraf dist; unbuild; nr size; nr copy",
43+
"build": "rimraf dist; unbuild; nr copy",
4444
"dev": "unbuild --stub",
45-
"release": "bumpp --commit --tag; nr build; cd dist; pnpm publish; cd ..;",
45+
"release": "bumpp --commit --tag; nr build; cd dist; pnpm publish; cd ..; nr size",
4646
"start": "esno src/index.ts",
4747
"test": "vitest",
4848
"size": "sizesnap",

0 commit comments

Comments
 (0)