Skip to content

Commit ceba9ae

Browse files
committed
fix: Repair package publishing workflow (this release doesn't include any library changes)
1 parent 0fd7ae8 commit ceba9ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"build": "turbo run build --env-mode=loose",
66
"test": "turbo run test --concurrency 1 --env-mode=loose",
77
"lint": "turbo run lint --env-mode=loose",
8-
"prepare": "turbo run build --filter './packages/**' --env-mode=loose",
8+
"postinstall": "turbo run build --filter './packages/**' --env-mode=loose",
99
"size": "turbo run size --env-mode=loose",
1010
"publish": "lerna publish"
1111
},

0 commit comments

Comments
 (0)