Skip to content

Commit

Permalink
chore: up scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm committed Jun 25, 2024
1 parent 58e759a commit 275cccb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: pnpm lint:repo

- name: Lint code
run: pnpm format && pnpm lint:fix
run: pnpm lint

- name: Update package versions
run: pnpm version:update
Expand Down
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,12 @@
"dev:vue": "pnpm --filter vite-vue dev",
"docs:dev": "pnpm --filter site dev",
"format": "biome format --write",
"lint": "biome check",
"lint:fix": "pnpm lint --fix",
"lint": "biome check --write",
"lint:repo": "sherif",
"lint:unused": "pnpm clean && knip",
"postinstall": "pnpm preconstruct",
"preconstruct": "bun .scripts/preconstruct.ts",
"preinstall": "npx only-allow pnpm",
"preinstall": "pnpx only-allow pnpm",
"prepare": "pnpm simple-git-hooks",
"test": "vitest",
"test:build": "pnpm run --r --parallel test:build",
Expand Down Expand Up @@ -77,7 +76,7 @@
"node": "22.x"
},
"simple-git-hooks": {
"pre-commit": "pnpm format && pnpm lint:fix"
"pre-commit": "pnpm lint"
},
"knip": {
"ignore": ["**/templates/**", "**/hardhat.config.js"],
Expand Down

0 comments on commit 275cccb

Please sign in to comment.