Skip to content

Commit

Permalink
stupid ci
Browse files Browse the repository at this point in the history
  • Loading branch information
thewilloftheshadow committed Apr 19, 2024
1 parent 61a5001 commit 6919a28
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
uses: ./.github/actions/setup

- name: Build
run: pnpm run build --filter carbon

- name: Typecheck
run: pnpm run typecheck

biome:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@buape/carbon",
"description": "Carbon monorepo",
"scripts": {
"build": "turbo run build --filter carbon && turbo run build",
"build": "turbo run build",
"dev": "dotenv -- turbo run dev",
"lint": "biome check . --apply",
"preinstall": "npx only-allow pnpm",
Expand Down

0 comments on commit 6919a28

Please sign in to comment.