Merge pull request #84 from excalidraw/issue-68

Fix build script
This commit is contained in:
Giovanni Giordano
2020-01-03 23:32:27 +01:00
committed by GitHub

View File

@ -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