This commit is contained in:
@@ -24,6 +24,15 @@ jobs:
|
|||||||
- name: Build
|
- name: Build
|
||||||
run: bun run build
|
run: bun run build
|
||||||
|
|
||||||
|
- name: Verify dist
|
||||||
|
run: |
|
||||||
|
if [ ! -f "dist/index.js" ]; then
|
||||||
|
echo "ERROR: dist/index.js not found"
|
||||||
|
ls -la dist
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
- name: Get version from package.json
|
- name: Get version from package.json
|
||||||
id: pkg
|
id: pkg
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user