1
0
mirror of https://gitea.com/actions/upload-artifact.git synced 2025-05-17 13:26:46 +08:00

Add npm build to check-dist

This commit is contained in:
Konrad Pabjan 2023-01-04 21:33:10 +00:00
parent ee34b2508a
commit 4e9b3eabba

@ -34,6 +34,9 @@ jobs:
- name: Move the committed index.js file
run: mv dist/index.js /tmp
- name: Rebuild with tsc
run: npm run build
- name: Rebuild the index.js file
run: npm run release