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:
Omar López
2023-03-08 13:20:04 +00:00
committed by GitHub
co-authored by Alex van Andel
parent 8a2da017ff
commit 8b47c064ff
6 changed files with 14 additions and 6 deletions
+1
View File
@@ -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",