Skip to content

Commit

Permalink
chore : remove [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
Mansourkira committed Mar 19, 2024
1 parent f88ba61 commit 0decefc
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 --legacy-peer-deps
npm install
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 --legacy-peer-deps
npm install
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 @@ -55,7 +55,6 @@
"rimraf": "~5.0.5",
"rollup": "~4.3.0",
"rollup-plugin-alias": "~2.2.0",
"rollup-plugin-terser": "~7.0.2",
"ts-node": "~10.9.1"
},
"dependencies": {
Expand Down

0 comments on commit 0decefc

Please sign in to comment.