Skip to content

Commit

Permalink
Merge pull request #3900 from quilljs/zh-build
Browse files Browse the repository at this point in the history
Ignore JS files in nested folder
  • Loading branch information
luin authored Nov 2, 2023
2 parents 4ad74fd + a246124 commit bc35035
Show file tree
Hide file tree
Showing 4 changed files with 754 additions and 3,627 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- name: Install dependencies
run: npm ci
- name: Install Playwright Browsers
Expand Down
12 changes: 6 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
*.js.map
*.log

blots/*.js
core/*.js
formats/*.js
modules/*.js
themes/*.js
ui/*.js
blots/**/*.js
core/**/*.js
formats/**/*.js
modules/**/*.js
themes/**/*.js
ui/**/*.js
e2e/**/*.js

!test/unit/__helpers__/vitest.d.ts
Expand Down
Loading

0 comments on commit bc35035

Please sign in to comment.