Browse Source

Merge pull request #84 from excalidraw/issue-68

Fix build script
Giovanni Giordano 5 years ago
parent
commit
8c974411ce
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/deploy.yml

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

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