Skip to content

Commit

Permalink
fix(#298): Fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
lxgr-linux committed Jun 2, 2024
1 parent cd4bb3f commit 344012f
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 @@ -60,8 +60,8 @@
},
"name": "@decentralcardgame/frontend",
"scripts": {
"build": "run-p type-check build-only vite build",
"build:dev": "run-p type-check build-only vite --mode development build",
"build": "run-p type-check && vite build",
"build:dev": "run-p type-check && vite --mode development build",
"dev": "vite",
"local": "vite --mode localhost",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
Expand Down

0 comments on commit 344012f

Please sign in to comment.