Skip to content

Commit

Permalink
chore(ci): only build lib
Browse files Browse the repository at this point in the history
  • Loading branch information
Kosai106 committed May 27, 2024
1 parent 91f8445 commit dc24905
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
yarn test
yarn lint
yarn type-check
yarn build
yarn build:lib
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"packageManager": "yarn@1.22.19",
"scripts": {
"build": "turbo run build",
"build:lib": "turbo run build --filter=validathor",
"dev": "turbo run dev --no-cache --continue",
"test": "turbo run test",
"lint": "turbo run lint",
Expand Down

0 comments on commit dc24905

Please sign in to comment.