Skip to content

Commit

Permalink
chore : update npm install to npm install --legacy-peer-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Mansourkira committed Mar 19, 2024
1 parent b61f462 commit f88ba61
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/hajar-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
if [ -e 'package-lock.json' ]; then
npm ci
else
npm install
npm install --legacy-peer-deps
fi
- name: Build Library
run: npm run build --if-present
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hajar-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
if [ -e 'package-lock.json' ]; then
npm ci
else
npm install
npm install --legacy-peer-deps
fi
- name: Build Library
run: npm run build --if-present
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
"@rollup/plugin-commonjs": "~25.0.7",
"@rollup/plugin-node-resolve": "~15.2.3",
"@rollup/plugin-replace": "~5.0.5",
"@rollup/plugin-typescript": "~11.1.5",
"@wwa/rollup-plugin-terser": "~1.1.2",
"cross-env": "~7.0.3",
"eslint": "~8.57.0",
Expand Down

0 comments on commit f88ba61

Please sign in to comment.