Skip to content

Commit

Permalink
Migrate to a monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
luin committed Nov 26, 2023
1 parent f75e6c9 commit c380874
Show file tree
Hide file tree
Showing 304 changed files with 44,141 additions and 1,562 deletions.
1 change: 0 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
dist/
docs/
_develop
5 changes: 1 addition & 4 deletions .github/workflows/_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,4 @@ jobs:
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Run Playwright tests
run: |
npm start &
sleep 120
npx playwright test
run: npm run test:e2e -w quill
2 changes: 1 addition & 1 deletion .github/workflows/_fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
- run: npm ci
env:
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: 1
- run: npm run test:fuzz
- run: npm run test:fuzz -w quill
2 changes: 1 addition & 1 deletion .github/workflows/_unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
- run: npm ci
- run: npx playwright install --with-deps
- run: npm run lint
- run: npm run test:unit || npm run test:unit || npm run test:unit
- run: npm run test:unit -w quill || npm run test:unit -w quill || npm run test:unit -w quill
env:
BROWSER: ${{ matrix.browser }}
12 changes: 7 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@
!.gitignore
!.github

/dist
/node_modules
dist
node_modules
/selenium
/src
*.d.ts
!custom.d.ts
!vitest.d.ts
*.js.map
*.log

Expand All @@ -25,6 +27,6 @@ e2e/**/*.js

core.js
quill.js
/test-results/
/playwright-report/
/playwright/.cache/
test-results/
playwright-report/
playwright/.cache/
122 changes: 0 additions & 122 deletions _develop/webpack.config.js

This file was deleted.

Loading

0 comments on commit c380874

Please sign in to comment.