Skip to content

Commit 234aa00

Browse files
committed
⚙️: Cleaning command
1 parent 7494f13 commit 234aa00

1 file changed

Lines changed: 1 addition & 14 deletions

File tree

.github/workflows/clean-node-modules.yaml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,4 @@ jobs:
1515
- name: Remove node_modules and package-lock.json
1616
run: |
1717
rm -rf node_modules
18-
rm -f package-lock.json
19-
20-
- name: Commit changes
21-
run: |
22-
git config --global user.name 'pphatdev'
23-
git config --global user.email 'leatsophat02@gmail.com'
24-
git add -A
25-
git commit -m '🫡: Cleaned node_modules and package-lock.json'
26-
27-
- name: Push changes
28-
env:
29-
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
30-
run: |
31-
git push
18+
rm -f package-lock.json

0 commit comments

Comments
 (0)