We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9266553 commit 482cc39Copy full SHA for 482cc39
package.json
@@ -47,7 +47,7 @@
47
"eslint:ci": "eslint .",
48
"prettier": "prettier --check .",
49
"prettier-fix": "prettier --write .",
50
- "test": "npm run eslint:ci && (cd test/e2e; ./e2e.sh)",
+ "test": "npm run eslint:ci && (cd test/e2e; ./e2e.sh) --legacy-peer-deps",
51
"typecheck": "tsc --noEmit --emitDeclarationOnly false --strict --jsx react",
52
"typegen": "tsc --emitDeclarationOnly",
53
"storybook": "cross-env NODE_OPTIONS=\"--openssl-legacy-provider\" storybook dev -p 6006",
0 commit comments