chore: improve build scripts; change esm dir

This commit is contained in:
Simon
2025-12-16 19:45:40 +08:00
parent 3082843810
commit 2fee2d5ea3
10 changed files with 41 additions and 33 deletions

View File

@@ -19,6 +19,8 @@ And other internal packages:
```bash
npm start # Start website dev server
npm run build # Build all packages
npm run build:libs # Build all libraries
npm run build:website # Build the website
npm run lint # ESLint with TypeScript strict rules
```