Skip to content

Commit

Permalink
fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor-coleman committed Apr 26, 2024
1 parent 1ad2f52 commit c9cea05
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: yarn install --immutable

- name: Build packages
run: turbo build
run: yarn turbo build

- name: Version Packages or Publish to npm
id: changesets
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"packageManager": "[email protected]",
"scripts": {
"start": "yarn workspace @monorepooo/template start",
"build": "yarn workspace @monorepooo/utils build && yarn workspace @monorepooo/api build && yarn workspace @monorepooo/web build && yarn workspace @monorepooo/admin build && yarn workspace @monorepooo/template build",
"clean": "yarn workspace @monorepooo/utils clean && yarn workspace @monorepooo/api clean && yarn workspace @monorepooo/web clean && yarn workspace @monorepooo/admin clean && yarn workspace @monorepooo/template clean"
"build": "turbo run build",
"clean": "turbo run clean"
},
"dependencies": {
"@changesets/cli": "^2.27.1",
"turbo": "^1.13.3"
"turbo": "latest"
}
}

0 comments on commit c9cea05

Please sign in to comment.