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
commit 8c974411ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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