Skip to content

Commit 46dfe67

Browse files
committed
Update azure-webapps-node.yml
Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com>
1 parent 330c749 commit 46dfe67

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ jobs:
5353
npm run build --if-present
5454
npm run test --if-present
5555
- name: Check for lock file
56-
run: |
57-
if [ ! -f package-lock.json ] && [ ! -f yarn.lock ]; then
58-
echo "Error: No lock file found!"
59-
exit 1
60-
fi
56+
run: |
57+
if [ ! -f package-lock.json ] && [ ! -f yarn.lock ]; then
58+
echo "Error: No lock file found!"
59+
exit 1
60+
fi
6161
- name: Upload artifact for deployment job
6262
uses: actions/upload-artifact@v4
6363
with:

0 commit comments

Comments
 (0)