Remove alpha flags (#913)

* remove alpha flags

* revert isPro flag

* update scripts
This commit is contained in:
Cory LaViska
2025-05-08 13:58:26 -04:00
committed by GitHub
parent fe27710f57
commit 22298781c5
16 changed files with 17 additions and 104 deletions

View File

@@ -31,7 +31,7 @@ jobs:
- name: Lint
run: npm run prettier
- name: Build
run: npm run build:alpha
run: npm run build
- name: Install Playwright
run: npx playwright install --with-deps
- name: Run CSR tests

View File

@@ -31,7 +31,7 @@ jobs:
run: npm run prettier
- name: Build
run: npm run build:alpha
run: npm run build
- name: Install Playwright
run: npx playwright install --with-deps