Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix typo
Browse files Browse the repository at this point in the history
NigelBreslaw committed Jan 22, 2024
1 parent fd7eb74 commit 2c3d17a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gg-mono/package.json
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@
"private": true,
"scripts": {
"build": "pnpm --stream -r build",
"build:turbo": "turbo build --api=$TURBO_URL --token=TURBO_CODE --team=CI",
"build:turbo": "turbo build --api=$TURBO_URL --token=$TURBO_CODE --team=CI",
"coverage": "pnpm --stream -r coverage",
"format:check": "pnpm --stream -r format:check",
"format:write": "pnpm -r format:write",

0 comments on commit 2c3d17a

Please sign in to comment.