Bläddra i källkod

Merge pull request #84 from excalidraw/issue-68

Fix build script
Giovanni Giordano 5 år sedan
förälder
incheckning
8c974411ce
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      .github/workflows/deploy.yml

+ 1 - 1
.github/workflows/deploy.yml

@@ -13,7 +13,7 @@ jobs:
     - name: Build
       run: |
         npm ci
-        npm RUN build
+        npm run build
 
     - name: Deploy
       uses: JamesIves/github-pages-deploy-action@releases/v3