Skip to content

Commit

Permalink
ci: oops forgot to change the script
Browse files Browse the repository at this point in the history
  • Loading branch information
mormubis committed Sep 12, 2024
1 parent 42d6e01 commit e93feca
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 @@ -50,7 +50,7 @@
"lint:ci": "pnpm run lint:style --max-warnings 0 && pnpm run lint:types",
"lint:style": "eslint \"src/**/*.{ts,tsx}\" --fix",
"lint:types": "tsc",
"prepare": "pnpm run build",
"prepare": "pnpm run build:ci",
"test": "vitest run",
"test:coverage": "pnpm run test --coverage",
"test:watch": "pnpm run test --watch"
Expand Down

0 comments on commit e93feca

Please sign in to comment.