Skip to content

Commit b95058a

Browse files
committed
Fixes "Analyze Bundle" workflow
1 parent edfa3ad commit b95058a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beta/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"ci-check": "npm-run-all prettier:diff --parallel lint tsc",
1717
"tsc": "tsc --noEmit",
1818
"start": "next start",
19-
"postinstall": "is-ci || cd .. && husky install beta/.husky"
19+
"postinstall": "is-ci || (cd .. && husky install beta/.husky)"
2020
},
2121
"dependencies": {
2222
"@codesandbox/sandpack-react": "^0.1.20",

0 commit comments

Comments
 (0)