Skip to content

Commit

Permalink
Change build script
Browse files Browse the repository at this point in the history
  • Loading branch information
SurgeCode committed Jan 31, 2025
1 parent 25251c8 commit bc1ec36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"typecheck": "tsc --noEmit",
"dev": "bun run ./src/index.ts dev --port 3000",
"build": "rm -rf ./dist && bun build --minify ./src/index.ts --outdir ./dist --target node && bun run build:ui",
"build:ui": "cd ./src/playground && pnpm i && rm -rf ./dist && bun run build && cp -r ./dist ../../dist/playground",
"build:ui": "cd ./src/playground && bun i && rm -rf ./dist && bun run build && cp -r ./dist ../../dist/playground",
"prepublishOnly": "bun run build",
"build-binary": "bun run typecheck && bun build ./src/index.ts --compile --outfile make-agent",
"lint": "prettier --check '{src,tests}/**/*.{js,ts}' && eslint . --ignore-pattern dist/",
Expand Down

0 comments on commit bc1ec36

Please sign in to comment.