Skip to content

Commit

Permalink
Fixed CD (#1702)
Browse files Browse the repository at this point in the history
  • Loading branch information
shuhaib-aot authored Nov 9, 2023
1 parent 0685632 commit f8407ce
Show file tree
Hide file tree
Showing 2 changed files with 178 additions and 45 deletions.
221 changes: 177 additions & 44 deletions forms-flow-web/package-lock.json

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

2 changes: 1 addition & 1 deletion forms-flow-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"eject": "react-scripts eject",
"test": "craco test --detectOpenHandles --silent",
"coverage": "craco test --coverage --watchAll=false",
"preinstall": "npx npm-force-resolutions",
"preinstall": "npm install --package-lock-only --ignore-scripts && npx npm-force-resolutions",
"lint": "eslint src --no-fix --max-warnings 0"
},
"jest": {
Expand Down

0 comments on commit f8407ce

Please sign in to comment.