Skip to content

Commit a3c977c

Browse files
authored
fix: CI/CD pipeline version step (#62)
* re-introduce tests + improve workflow + lib updates. * remove yarn.lock * update eslint configurations * remove including package-lock in CI/CD.
1 parent 672229e commit a3c977c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,6 @@ jobs:
7575
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
7676
7777
git add package.json
78-
if [ -f package-lock.json ]; then
79-
git add package-lock.json
80-
fi
8178
8279
git commit -m "ci: bump ${{ steps.bump_type.outputs.type }} version [skip ci]"
8380
git push

0 commit comments

Comments
 (0)