Skip to content

Commit

Permalink
ldenv vite dev
Browse files Browse the repository at this point in the history
  • Loading branch information
wighawag committed Nov 30, 2023
1 parent 6fe5829 commit 3cd8dd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
},
"scripts": {
"prepare": "pwag static/icon.svg src/web-config.json",
"dev": "echo 'waiting for src/data/contracts.ts...'; wait-on src/data/contracts.ts && vite dev",
"dev": "echo 'waiting for src/data/contracts.ts...'; wait-on src/data/contracts.ts && ldenv vite dev",
"build": "npm run prepare && ldenv vite build",
"preview": "vite preview",
"preview": "ldenv vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"format:check": "prettier --check .",
Expand Down

0 comments on commit 3cd8dd3

Please sign in to comment.