Skip to content

Commit

Permalink
feat: Debug deploy 18
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanyxh committed May 2, 2024
1 parent da4bb3a commit 5356aa9
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,7 +6,7 @@
"scripts": {
"dev": "vite --mode dev",
"test": "tsc && pnpm vite build --mode test",
"build": "tsc && pnpm vite build --mode prod && node ./helpers/generateSw.js",
"build": "tsc && pnpm vite build --mode prod --force && node ./helpers/generateSw.js",
"lint": "eslint . --report-unused-disable-directives --max-warnings 0",
"lint:fix": "eslint . --ext ts,tsx --fix",
"stylelint": "stylelint \"**/*.less\"",
Expand Down Expand Up @@ -89,4 +89,4 @@
"[email protected]": "patches/[email protected]"
}
}
}
}

0 comments on commit 5356aa9

Please sign in to comment.