-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
110c29d
commit 932f7e8
Showing
6 changed files
with
67 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,25 +5,24 @@ | |
"repository": "penumbra-zone/web.git", | ||
"packageManager": "[email protected]", | ||
"scripts": { | ||
"all-check": "pnpm clean && pnpm install && pnpm compile && pnpm format-check && pnpm lint && pnpm test && pnpm build && pnpm format-check:rust && pnpm lint:rust && pnpm test:rust", | ||
"build": "turbo run build", | ||
"changeset": "changeset", | ||
"changeset:publish": "changeset publish", | ||
"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", | ||
"compile": "turbo run compile", | ||
"dev": "turbo run dev --concurrency 20", | ||
"format": "syncpack format && prettier --write .", | ||
"format-check": "syncpack lint && prettier --check .", | ||
"format-check:rust": "turbo run format-check:rust", | ||
"lint": "turbo run lint -- --max-warnings=0", | ||
"lint:fix": "turbo run lint -- --fix", | ||
"lint:rust": "turbo run lint:rust", | ||
"compile": "turbo compile", | ||
"dev": "turbo dev", | ||
"format": "turbo format", | ||
"format:prettier": "prettier --write .", | ||
"format:syncpack": "syncpack format", | ||
"lint": "turbo lint", | ||
"lint:fix": "turbo lint -- --fix", | ||
"lint:prettier": "prettier --check .", | ||
"lint:rust": "turbo lint:rust", | ||
"lint:syncpack": "syncpack lint", | ||
"playwright-install": "playwright install", | ||
"postinstall": "syncpack list-mismatches", | ||
"test": "turbo run test", | ||
"test:rust": "turbo run test:rust" | ||
"pretest": "playwright install", | ||
"test": "turbo test", | ||
"test:rust": "turbo test:rust" | ||
}, | ||
"dependencies": { | ||
"@buf/cosmos_ibc.bufbuild_es": "1.8.0-20240327103030-e2006674271c.2", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters