Skip to content

Commit

Permalink
Use legacy peer dep
Browse files Browse the repository at this point in the history
  • Loading branch information
krispya committed May 21, 2024
1 parent 9266553 commit 482cc39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"eslint:ci": "eslint .",
"prettier": "prettier --check .",
"prettier-fix": "prettier --write .",
"test": "npm run eslint:ci && (cd test/e2e; ./e2e.sh)",
"test": "npm run eslint:ci && (cd test/e2e; ./e2e.sh) --legacy-peer-deps",
"typecheck": "tsc --noEmit --emitDeclarationOnly false --strict --jsx react",
"typegen": "tsc --emitDeclarationOnly",
"storybook": "cross-env NODE_OPTIONS=\"--openssl-legacy-provider\" storybook dev -p 6006",
Expand Down

0 comments on commit 482cc39

Please sign in to comment.