Skip to content

Commit 6e11a8c

Browse files
committed
chore: wip
1 parent 2e2306b commit 6e11a8c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
4444

4545
- name: Publish Dummy Libraries
46-
run: bun --filter='storage/framework' run publish:dummy-libs
46+
run: bun --filter='./storage/framework' run publish:dummy-libs
4747
env:
4848
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
4949

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
}
6666
},
6767
"workspaces": [
68-
"storage/framework/",
68+
"storage/framework",
6969
"storage/framework/core",
7070
"storage/framework/core/*",
7171
"storage/framework/core/bun-create/*",

storage/framework/vcs/github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
4444

4545
- name: Publish Dummy Libraries
46-
run: bunx pnpm --filter='storage/framework' publish:dummy-libs
46+
run: bunx pnpm --filter='./storage/framework' publish:dummy-libs
4747
env:
4848
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
4949

0 commit comments

Comments
 (0)