Skip to content

Commit 08cd8bb

Browse files
committed
bash not bun
1 parent e0322a5 commit 08cd8bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"lint": "bunx oxlint@latest --format=github",
5252
"pretty-print": "prettier --write '*.{html,json,ts}' './src/*.*'",
5353
"publish:npm": "np",
54-
"codesandbox-ci": "bun ./.codesandbox/ci.sh",
54+
"codesandbox-ci": "bash .codesandbox/ci.sh",
5555
"publish:demo": "bun ./gh-pages.publish.js"
5656
},
5757
"devDependencies": {

0 commit comments

Comments
 (0)