Skip to content

Commit 36783fa

Browse files
committed
build: 🐛 add build step on release script
1 parent 1a61061 commit 36783fa

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
@@ -52,7 +52,7 @@
5252
"fmt": "prettier --write .",
5353
"fmt.check": "prettier --check .",
5454
"lint": "eslint \"src/**/*.ts*\"",
55-
"release": "bumpp --commit --tag --push && npm publish",
55+
"release": "bumpp --commit --tag --push && npm run build && npm publish",
5656
"start": "vite --open --mode ssr",
5757
"test": "echo \"No test specified\" && exit 0",
5858
"qwik": "qwik"
@@ -72,4 +72,4 @@
7272
"vite": "5.0.11",
7373
"vite-tsconfig-paths": "4.2.3"
7474
}
75-
}
75+
}

0 commit comments

Comments
 (0)