Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d47398d

Browse filesBrowse files
Run bun install in prebuild to install dependencies (#91)
prebuild is invoked when you run `bun run build` so this will install dependencies and make the build command work
1 parent b0028ee commit d47398d
Copy full SHA for d47398d

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Open diff view settings
Collapse file

‎package.json‎

Copy file name to clipboardExpand all lines: package.json
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"dev": "vite --port 8000",
4747
"demo": "node demo/bin/demo.js",
4848
"demo:dev": "node demo/bin/demo.js --dev",
49+
"prebuild": "bun install",
4950
"build": "bun run clean && bun run build:wasm && bun run build:lib && bun run build:wasm-copy",
5051
"build:wasm": "./scripts/build-wasm.sh",
5152
"build:lib": "vite build",

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.