Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Studio/feature/multiple tests #1020

Merged
merged 29 commits into from
Jul 11, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
pack update
grzim committed Jul 5, 2024
commit be3a4ce894ad91932cf1c80a33d7c35d00bfc357
2 changes: 1 addition & 1 deletion apps/frontend/package.json
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@
"format": "npx @biomejs/biome --write . --ignore-path .gitignore",
"biome": "npx @biomejs/biome lint --error-on-warnings ./",
"biome:fix": "npx @biomejs/biome lint --apply ./",
"biome:errors": "npx @biomejs/biome lint --diagnostic-level=error ./",
"biome:errors": "npx @biomejs/biome lint - -diagnostic-level=error ./",
"lint": "next lint -- --ignore-path .gitignore",
"lint:fix": "npm run format && npm run lint -- --fix",
"start": "next start",