Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ESM wrapper to avoid dual package hazard #180

Merged
merged 9 commits into from
Oct 6, 2023
Prev Previous commit
Next Next commit
Remove clean from example
  • Loading branch information
paul-sachs committed Sep 29, 2023
commit d367cad57f224da6c5ddb0a4516292901c9bafd5
3 changes: 1 addition & 2 deletions examples/react/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
"private": true,
"type": "module",
"scripts": {
"clean": "rm -rf src/gen",
"dev": "vite",
"generate": "buf generate --path eliza.proto",
"generate": "rm -rf src/gen && buf generate --path eliza.proto",
"license-header": "license-header",
"preview": "vite preview",
"test": "jest",
Expand Down