소스 검색

Merge pull request #84 from excalidraw/issue-68

Fix build script
Giovanni Giordano 5 년 전
부모
커밋
8c974411ce
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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