File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,13 +36,13 @@ Install dependencies:
3636pnpm install
3737```
3838
39- Build scripts:
39+ Build scripts
4040
4141- ` pnpm build ` - Build packages
4242- ` pnpm build:web ` - Build web
4343- ` pnpm examples:build ` - Build all examples
4444
45- Start dev:
45+ Start dev
4646
4747> ** Warning** : Run ` pnpm build ` before running dev. Packages must be built first.
4848
@@ -54,19 +54,19 @@ Start dev:
5454- ` pnpm examples:svelte-vite-pwa:dev ` - Dev server for Svelte Vite PWA example
5555- ` pnpm examples:vue-vite-pwa:dev ` - Dev server for Vue Vite PWA example
5656
57- Linting:
57+ Linting
5858
5959- ` pnpm lint ` - Lint code
6060- ` pnpm lint-monorepo ` - Lint monorepo structure
6161
62- Testing:
62+ Testing
6363
6464- ` pnpm test ` - Run tests
6565
66- Release:
66+ Release
6767
6868- ` pnpm changeset ` - Describe changes for release log
6969
70- Verify:
70+ Verify
7171
7272- ` pnpm verify ` - Run all checks (build, lint, test) before commit
You can’t perform that action at this time.
0 commit comments