Skip to content

Commit f3c66bb

Browse files
committed
ci: workflow fix
1 parent b1ea593 commit f3c66bb

File tree

2 files changed

+49
-6
lines changed

2 files changed

+49
-6
lines changed

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"private": true,
3-
"workspaces": ["examples/*", "packages/*"],
3+
"workspaces": [
4+
"examples/*",
5+
"packages/*"
6+
],
47
"scripts": {
58
"build": "turbo build",
69
"changeset:release": "turbo build && changeset publish",
@@ -15,6 +18,7 @@
1518
"typecheck": "turbo typecheck"
1619
},
1720
"devDependencies": {
21+
"@actions/core": "^1.10.1",
1822
"@biomejs/biome": "^1.3.3",
1923
"@changesets/changelog-github": "0.4.6",
2024
"@changesets/cli": "2.25.2",
@@ -38,8 +42,8 @@
3842
"msw": "^1.2.1",
3943
"prettier": "^2.8.3",
4044
"simple-git-hooks": "^2.8.1",
41-
"turbo": "1.10.9",
4245
"tsup": "^8.0.0",
46+
"turbo": "1.10.9",
4347
"typescript": "^5.0.4"
4448
},
4549
"simple-git-hooks": {

pnpm-lock.yaml

Lines changed: 43 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)