Skip to content

Commit

Permalink
Use Turborepo
Browse files Browse the repository at this point in the history
  • Loading branch information
NigelBreslaw committed Jan 22, 2024
1 parent cb8955b commit d862893
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: format
run: cd gg-mono && pnpm format:check
- name: build
run: cd gg-mono && pnpm build
run: cd gg-mono && pnpm build:turbo
- name: install dependencies
run: cd native_gg && pnpm install --frozen-lockfile
- name: lint
Expand Down
1 change: 1 addition & 0 deletions gg-mono/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"private": true,
"scripts": {
"build": "pnpm --stream -r build",
"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",
Expand Down

0 comments on commit d862893

Please sign in to comment.