Skip to content

Commit eceefa4

Browse files
authored
2
1 parent fb558fe commit eceefa4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
"npm": "10.x"
4848
},
4949
"scripts": {
50-
"start": "serve -s . -p $PORT"
50+
"start": "npx serve -s . -p $PORT"
5151
},
5252
"dependencies": {
5353
"serve": "^14.2.4"
@@ -63,6 +63,7 @@ jobs:
6363
# Verify serve installation
6464
echo "Verifying serve installation:"
6565
npx serve --version
66+
ls -la node_modules/.bin/serve
6667
6768
- name: Upload artifact
6869
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)