Skip to content

Commit

Permalink
Merge pull request #300 from bettersg/feat/harmonise-uat-prod-build
Browse files Browse the repository at this point in the history
added tsc to uat build
  • Loading branch information
sarge1989 committed May 4, 2024
2 parents d6cd900 + 0f2fec6 commit 4f80e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checkers-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"build:uat": "vite build --mode uat",
"build:uat": "tsc && vite build --mode uat",
"build:watch": "vite build --mode dev --watch",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
Expand Down

0 comments on commit 4f80e77

Please sign in to comment.