Skip to content

Commit

Permalink
fix(CI): fix typo in yarn build staging & prod. ref #906
Browse files Browse the repository at this point in the history
  • Loading branch information
raphodn committed Oct 1, 2024
1 parent fe0c712 commit 011d5a1
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 @@
"scripts": {
"dev": "vite",
"build": "vite build",
"build-staging": "vite build mode preprod",
"build-prod": "vite build mode prod",
"build-staging": "vite build --mode preprod",
"build-prod": "vite build --mode prod",
"preview": "vite preview",
"lint": "eslint",
"lint:fix": "eslint --fix",
Expand Down

0 comments on commit 011d5a1

Please sign in to comment.