Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Lbqds committed Dec 13, 2024
1 parent 393a631 commit 058c79d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"scripts": {
"clean": "rm -rf .parcel-cache && pnpm -r run clean",
"build": "pnpm --stream -r run build",
"build": "pnpm --sequential -r run build",
"codegen": "ts-node --swc gen.ts",
"test": "jest -i --config ./jest-config.json --forceExit",
"lint": "eslint . --ext ts,.tsx",
Expand Down

0 comments on commit 058c79d

Please sign in to comment.