Skip to content

Commit

Permalink
Add yarn serve as alias to vite serve
Browse files Browse the repository at this point in the history
Fix aliases in package.json
  • Loading branch information
ml-evs committed Jan 11, 2025
1 parent c630f3b commit 2996b21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"scripts": {
"dev": "VITE_APP_GIT_VERSION=$(node scripts/get-version.js) vite",
"build": "VITE_APP_GIT_VERSION=$(node scripts/get-version.js) vite build",
"preview": "VITE_APP_GIT_VERSION=$(node scripts/get-version.js) vite preview",
"test:e2e": "start-server-and-test dev http://localhost:5173 cypress:run"
"serve": "VITE_APP_GIT_VERSION=$(node scripts/get-version.js) vite serve",
"preview": "VITE_APP_GIT_VERSION=$(node scripts/get-version.js) vite preview"
},
"dependencies": {
"@bokeh/bokehjs": "^2.4.0",
Expand Down

0 comments on commit 2996b21

Please sign in to comment.