We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22b1b99 commit 274d512Copy full SHA for 274d512
.github/workflows/azure-webapps-node.yml
@@ -47,11 +47,9 @@ jobs:
47
cd dist
48
npm install --only=production
49
50
- # Verify installation works like in SSH
+ # Verify installation
51
echo "Verifying serve installation:"
52
npx serve --version
53
- echo "Testing serve command syntax:"
54
- timeout 5s npm start || echo "Serve test completed successfully"
55
56
- name: Upload artifact
57
uses: actions/upload-artifact@v4
0 commit comments