Skip to content

Commit

Permalink
Perf: use preserve modules & different Qwik versions in workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
robisim74 committed May 26, 2024
1 parent 07327e9 commit bcf841e
Show file tree
Hide file tree
Showing 16 changed files with 2,924 additions and 2,296 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
run: npm ci
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Build lib
run: npm run --prefix packages/qwik-speak build
- name: Run Playwright tests
run: npm run test.e2e
- uses: actions/upload-artifact@v3
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,10 @@ npm run preview
npm test
npm run test.e2e
```
### Watch mode
```shell
npm run dev
```

## License
MIT
Loading

0 comments on commit bcf841e

Please sign in to comment.