Skip to content

Commit

Permalink
ci(packages): build packages only
Browse files Browse the repository at this point in the history
  • Loading branch information
serjilyashenko committed Apr 26, 2024
1 parent 463ac0a commit 4319140
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: echo "TBD" # FIXME: add linting and tests

- name: Build
run: npm run build
run: npm run build:packages

- name: Create Release Pull Request or Publish to npm
id: changesets
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
],
"scripts": {
"build": "turbo build",
"build:packages": "turbo build --filter='./packages/*'",
"changeset": "npx changeset",
"release": "changeset publish",
"prettier": "prettier --write .",
Expand Down

0 comments on commit 4319140

Please sign in to comment.