Update release.yml

This commit is contained in:
pacnpal
2025-02-10 16:09:39 -05:00
committed by GitHub
parent 4e1bd4b9e5
commit 5fb151d172

View File

@@ -21,12 +21,6 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Rename existing dist/index.js
run: |
if [ -f dist/index.js ]; then
mv -f dist/index.js dist/index.js.old
fi
- name: Build
run: npm run build