fix(ci): split updates

This commit is contained in:
Łukasz Mierzwa
2026-03-07 14:45:48 +00:00
committed by GitHub
parent 2db69d4c64
commit 5a01334ae3

View File

@@ -40,6 +40,10 @@ e2e: $(NODE_PATH)/vite $(NODE_PATH)/playwright
.PHONY: update-snapshots
update-snapshots: $(NODE_PATH)/vite $(NODE_PATH)/jest
CI=true npm test -- -u
.PHONY: update-e2e
update-e2e:
npx playwright install
npx playwright test --update-snapshots
.PHONY: lint-js