fix: ci
This commit is contained in:
10
justfile
10
justfile
@@ -35,6 +35,14 @@ test-unit:
|
||||
test-e2e:
|
||||
bun run test:e2e
|
||||
|
||||
# Install Playwright browsers
|
||||
install-browsers:
|
||||
bunx playwright install
|
||||
|
||||
# Install Playwright system dependencies (requires sudo)
|
||||
install-deps:
|
||||
bunx playwright install-deps
|
||||
|
||||
# Run tests in watch mode
|
||||
test-watch:
|
||||
bun run test:unit --watch
|
||||
@@ -116,4 +124,4 @@ report:
|
||||
bun run build --reporter=verbose
|
||||
echo ""
|
||||
echo "📦 Build artifacts:"
|
||||
ls -la build/
|
||||
ls -la build/
|
||||
|
||||
Reference in New Issue
Block a user