Skip to content

Commit

Permalink
fix: oops path for browser dist
Browse files Browse the repository at this point in the history
  • Loading branch information
puria committed Nov 14, 2023
1 parent ff5ccfb commit ffac4f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
"esbuild": "^0.18.4"
},
"scripts": {
"build": "pnpm exec esbuild --bundle src/index.ts --outfile=public/slangroom.js --target=es2016 --external:fs --external:path --external:crypto"
"build": "pnpm exec esbuild --bundle src/index.ts --outfile=build/slangroom.js --target=es2016 --external:fs --external:path --external:crypto"
}
}

0 comments on commit ffac4f7

Please sign in to comment.