We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a61061 commit 36783faCopy full SHA for 36783fa
package.json
@@ -52,7 +52,7 @@
52
"fmt": "prettier --write .",
53
"fmt.check": "prettier --check .",
54
"lint": "eslint \"src/**/*.ts*\"",
55
- "release": "bumpp --commit --tag --push && npm publish",
+ "release": "bumpp --commit --tag --push && npm run build && npm publish",
56
"start": "vite --open --mode ssr",
57
"test": "echo \"No test specified\" && exit 0",
58
"qwik": "qwik"
@@ -72,4 +72,4 @@
72
"vite": "5.0.11",
73
"vite-tsconfig-paths": "4.2.3"
74
}
75
-}
+}
0 commit comments