Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
there is no 'npm run build' anymore
  • Loading branch information
vincentfretin committed Sep 14, 2022
commit 0dabe9f03601a3f53459e0853e0f12d47a934c6e
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,9 @@ jobs:
with:
run: npm run test:chrome -- --single-run

# - name: Test node
# run: npm run test:node

- name: Check Lint
run: npm run lint

- name: Check Build
run: npm run build

- name: Check Build Minified
run: npm run dist

Expand Down