We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 843d027 commit 25095aeCopy full SHA for 25095ae
1 file changed
package.json
@@ -5,8 +5,7 @@
5
"type": "module",
6
"scripts": {
7
"dev": "vite",
8
- "verlog": "date +%s > dist/version",
9
- "build": "tsc -b && vite build && npm run verlog",
+ "build": "tsc -b && vite build",
10
"lint": "eslint .",
11
"preview": "vite preview",
12
"start": "npm run dev"
0 commit comments