Skip to content

Commit

Permalink
lint:rust
Browse files Browse the repository at this point in the history
  • Loading branch information
turbocrime committed Apr 23, 2024
1 parent f086946 commit 37d12b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"repository": "penumbra-zone/web.git",
"packageManager": "pnpm@8.6.11",
"scripts": {
"all-check": "pnpm clean && pnpm install && pnpm compile && pnpm lint && pnpm build && pnpm test && pnpm test:rust",
"all-check": "pnpm clean && pnpm install && pnpm compile && pnpm lint && pnpm lint:rust && pnpm build && pnpm test && pnpm test:rust",
"build": "turbo build",
"clean": "turbo clean",
"clean:vitest-mjs": "find . -type f -name 'vite.config.ts.timestamp-*-*.mjs' -ls -delete",
Expand All @@ -17,6 +17,7 @@
"lint": "turbo lint",
"lint:fix": "turbo lint -- --fix",
"lint:prettier": "prettier --check .",
"lint:rust": "turbo lint:rust",
"lint:syncpack": "syncpack lint",
"postinstall": "syncpack list-mismatches",
"pretest": "playwright install",
Expand Down

0 comments on commit 37d12b7

Please sign in to comment.