Skip to content

Commit 25095ae

Browse files
committed
Removed Verlog from Package JSON
1 parent 843d027 commit 25095ae

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
8-
"verlog": "date +%s > dist/version",
9-
"build": "tsc -b && vite build && npm run verlog",
8+
"build": "tsc -b && vite build",
109
"lint": "eslint .",
1110
"preview": "vite preview",
1211
"start": "npm run dev"

0 commit comments

Comments
 (0)