Parcourir la source

Merge branch 'issue-68' of https://github.com/excalidraw/excalidraw into issue-68

Giovanni Giordano il y a 5 ans
Parent
commit
34d1f640af
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4 0
      .github/workflows/nodejs.yml

+ 4 - 0
.github/workflows/nodejs.yml

@@ -15,6 +15,10 @@ jobs:
     - name: npm install, build, and test
       run: |
         npm ci
+<<<<<<< HEAD:.github/workflows/nodejs.yml
+=======
+        npm run build --if-present
+>>>>>>> 6599f97088dcda01d7b05abe9afc732165f0af62:.github/workflows/nodejs.yml
         npm run lint
         npm test
       env: