Skip to content

Commit

Permalink
Merge branch 'main' into fix-integrity-check
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 authored Oct 18, 2023
2 parents 32b81da + c4c0046 commit fb9208c
Show file tree
Hide file tree
Showing 14 changed files with 5,989 additions and 10,778 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
- run: pnpm stub
- name: Fix lint issues
run: npm run lint:fix
- uses: autofix-ci/action@8caa572fd27b0019a65e4c695447089c8d3138b9
- uses: autofix-ci/action@d3e591514b99d0fca6779455ff8338516663f7cc
with:
commit-message: "chore: apply automated fixes"
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,9 @@ jobs:
deno-version: v1.x
- run: pnpm install
- run: pnpm test:types
if: ${{ matrix.os != 'windows-latest' }}
- run: pnpm build
- run: pnpm vitest --coverage
- run: pnpm vitest-es --coverage
env:
NODE_OPTIONS: --experimental-vm-modules --enable-source-maps
- uses: codecov/codecov-action@v3
Expand Down
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
ignore-workspace-root-check=true
shell-emulator=true
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"preview": "nuxi preview"
},
"devDependencies": {
"@nuxt-themes/docus": "^1.14.9",
"@nuxt-themes/docus": "^1.15.0",
"@nuxt/content": "2.8.5",
"@nuxtjs/plausible": "^0.2.3",
"nuxt": "^3.7.4"
Expand Down
Loading

0 comments on commit fb9208c

Please sign in to comment.