Skip to content
Open
Show file tree
Hide file tree
Changes from 8 commits
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
2 changes: 2 additions & 0 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:

- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: "22"

- name: Enable corepack
run: corepack enable pnpm
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ wwwroot/*.js
node_modules
typings
dist
coverage
.openapi-generator
.openapi-generator-ignore
.env
Expand Down
2 changes: 1 addition & 1 deletion .oxfmtrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"tabWidth": 2,
"trailingComma": "es5",
"sortPackageJson": false,
"ignorePatterns": ["out/", "dist/", "build/", "node_modules/"]
"ignorePatterns": ["out/", "dist/", "build/", "node_modules/", "coverage/", "docs/"]
}
Loading
Loading