Fix conflicts for embed tests (#7311)
* Fix conflicts for embed tests * Update pr.yml --------- Co-authored-by: Alex van Andel <me@alexvanandel.com>
This commit is contained in:
co-authored by
Alex van Andel
parent
8a2da017ff
commit
8b47c064ff
@@ -13,6 +13,7 @@
|
||||
"type-check": "tsc --pretty --noEmit",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"start:bg": "next start &",
|
||||
"lint": "eslint . --ignore-path .gitignore",
|
||||
"lint:fix": "eslint . --ext .ts,.js,.tsx,.jsx --fix",
|
||||
"lint:report": "eslint . --format json --output-file ../../lint-results/web.json",
|
||||
|
||||
Reference in New Issue
Block a user