diff --git a/pkg/browser/package.json b/pkg/browser/package.json index 6cc034f6..9ce58b3a 100644 --- a/pkg/browser/package.json +++ b/pkg/browser/package.json @@ -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" } }