mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-04-14 16:40:58 -04:00
Merge branch 'issue-68' of https://github.com/excalidraw/excalidraw into issue-68
This commit is contained in:
commit
34d1f640af
1 changed files with 4 additions and 0 deletions
4
.github/workflows/nodejs.yml
vendored
4
.github/workflows/nodejs.yml
vendored
|
@ -15,6 +15,10 @@ jobs:
|
||||||
- name: npm install, build, and test
|
- name: npm install, build, and test
|
||||||
run: |
|
run: |
|
||||||
npm ci
|
npm ci
|
||||||
|
<<<<<<< HEAD:.github/workflows/nodejs.yml
|
||||||
|
=======
|
||||||
|
npm run build --if-present
|
||||||
|
>>>>>>> 6599f97088dcda01d7b05abe9afc732165f0af62:.github/workflows/nodejs.yml
|
||||||
npm run lint
|
npm run lint
|
||||||
npm test
|
npm test
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Add table
Reference in a new issue