Skip to content

Commit 33264a5

Browse files
authored
Update azure-webapps-node.yml
1 parent 274d512 commit 33264a5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/azure-webapps-node.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,11 @@ jobs:
4747
cd dist
4848
npm install --only=production
4949
50-
# Verify installation
50+
# Verify serve installation
5151
echo "Verifying serve installation:"
5252
npx serve --version
53+
echo "Package.json content:"
54+
cat package.json
5355
5456
- name: Upload artifact
5557
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)