We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8733412 commit fdb911fCopy full SHA for fdb911f
1 file changed
package.json
@@ -30,7 +30,8 @@
30
"test:client": "vitest",
31
"test:ssr": "pnpm run test:client --mode ssr",
32
"test": "concurrently pnpm:test:*",
33
- "format": "prettier -w **/*.{js,ts,json,css,tsx,jsx} --ignore-path .gitignore"
+ "format": "prettier -w **/*.{js,ts,json,css,tsx,jsx} --ignore-path .gitignore",
34
+ "prepublishOnly": "pnpm build"
35
},
36
"devDependencies": {
37
"@astrojs/solid-js": "^2.2.0",
0 commit comments