Skip to content

Commit

Permalink
CI: fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
robisim74 committed May 26, 2024
1 parent 7523f99 commit 8f93c8d
Show file tree
Hide file tree
Showing 4 changed files with 1,294 additions and 1,203 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Build lib
run: npm run --prefix packages/qwik-speak build
run: npm run ci
- name: Run Playwright tests
run: npm run test.e2e
- uses: actions/upload-artifact@v3
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"build.preview": "vite build --ssr src/entry.preview.tsx",
"build.server": "vite build -c adapters/static/vite.config.ts",
"build.types": "tsc --incremental --noEmit",
"dev": "npm run --prefix packages/qwik-speak build.lib.watch && vite --mode ssr",
"ci": "npm --prefix packages/qwik-speak ci && npm run --prefix packages/qwik-speak build.lib",
"dev": "npm --prefix packages/qwik-speak ci && npm run --prefix packages/qwik-speak build.lib.watch && vite --mode ssr",
"dev.debug": "node --inspect-brk ./node_modules/vite/bin/vite.js --mode ssr --force",
"gpt-translate-json": "gpt-translate-json --apiKey=openai_api_key --model=gpt-4 --maxTokens=3000 --langs=en-US,it-IT,de-DE --originalLang=en-US",
"lint": "eslint \"src/**/*.ts*\"",
Expand Down

0 comments on commit 8f93c8d

Please sign in to comment.