Skip to content
This repository was archived by the owner on Jan 2, 2023. It is now read-only.

Commit 740ee53

Browse files
author
Bassem Dghaidi
committed
Add optional npm build
1 parent ab4e6cd commit 740ee53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: |
2121
ls -lha
2222
npm install
23-
npm run build
23+
npm run build --if-present
2424
- uses: actions/upload-artifact@master
2525
with:
2626
name: webpack artifacts

0 commit comments

Comments
 (0)