Skip to content

Commit

Permalink
Assign VITE_VERSION a version number (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
microbit-robert committed Apr 4, 2024
1 parent 384d354 commit 7b98df4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"type": "module",
"license": "MIT",
"scripts": {
"build": "vite build",
"dev": "vite",
"build": "VITE_VERSION=$npm_package_version vite build",
"dev": "VITE_VERSION=$npm_package_version vite",
"start": "vite dist --host",
"check": "svelte-check --tsconfig ./tsconfig.json",
"test": "vitest",
Expand Down

0 comments on commit 7b98df4

Please sign in to comment.