Skip to content

Commit

Permalink
fix: Add preinstall to force resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
PippoRaimondi committed Jun 28, 2021
1 parent b440f2c commit f4cb65e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"cypress-image-diff": "./bin/cypress-image-diff.js"
},
"scripts": {
"preinstall": "npx npm-force-resolutions",
"lint": "eslint src/ cypress/",
"test:unit": "jest src/",
"test:e2e": "npm run build && cypress run --browser chrome --headless",
Expand Down

0 comments on commit f4cb65e

Please sign in to comment.