Skip to content

Commit 482cc39

Browse files
committed
Use legacy peer dep
1 parent 9266553 commit 482cc39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"eslint:ci": "eslint .",
4848
"prettier": "prettier --check .",
4949
"prettier-fix": "prettier --write .",
50-
"test": "npm run eslint:ci && (cd test/e2e; ./e2e.sh)",
50+
"test": "npm run eslint:ci && (cd test/e2e; ./e2e.sh) --legacy-peer-deps",
5151
"typecheck": "tsc --noEmit --emitDeclarationOnly false --strict --jsx react",
5252
"typegen": "tsc --emitDeclarationOnly",
5353
"storybook": "cross-env NODE_OPTIONS=\"--openssl-legacy-provider\" storybook dev -p 6006",

0 commit comments

Comments
 (0)