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 6732f05
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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"
}
}
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1723,7 +1723,7 @@ __metadata:
resolution: "monorepooo@workspace:."
dependencies:
"@changesets/cli": "npm:^2.27.1"
turbo: "npm:^1.13.3"
turbo: "npm:latest"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -2464,7 +2464,7 @@ __metadata:
languageName: node
linkType: hard

"turbo@npm:^1.13.3":
"turbo@npm:latest":
version: 1.13.3
resolution: "turbo@npm:1.13.3"
dependencies:
Expand Down

0 comments on commit 6732f05

Please sign in to comment.