We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a11dd5a commit ae43562Copy full SHA for ae43562
client/package.json
@@ -4,7 +4,7 @@
4
"sideEffects": false,
5
"type": "module",
6
"scripts": {
7
- "extract-version": "./version.sh",
+ "extract-version": "sh version.sh",
8
"dev": "pnpm run extract-version && vite",
9
"build": "pnpm run extract-version && tsc -b && vite build",
10
"preview": "vite preview",
0 commit comments