Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8a21004

Browse files
committedJan 9, 2025··
Merge branch 'main' into doc_support
2 parents 6ff8de2 + e426aaa commit 8a21004

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+11118
-15547
lines changed
 

‎.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ jobs:
1414
uses: actions/setup-node@v4
1515
with:
1616
node-version: 22.x
17+
1718
- run: npm ci
1819
- run: npm run lint
1920
- run: npm run docs:diff
2021

2122
test:
2223
runs-on: ubuntu-latest
23-
needs: lint
2424
strategy:
2525
fail-fast: false
2626
matrix:
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
node-version: ${{ matrix.node-version }}
3434
cache: npm
35+
3536
- run: npm ci
3637
- run: npm run test
3738
- run: npm run test:node
38-
- run: npm run test:pack

‎.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
*.tgz
22
browserstack.err
33
dist/
4+
.build/
45
local.log
56
logs/
67
node_modules/
8+
examples/**/package-lock.json

0 commit comments

Comments
 (0)
Please sign in to comment.