Skip to content

Commit

Permalink
fix: update
Browse files Browse the repository at this point in the history
  • Loading branch information
elonehoo committed Apr 15, 2023
1 parent d4b9fd5 commit de20e9e
Show file tree
Hide file tree
Showing 3 changed files with 181 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ node_modules
dist
dist-ssr
*.local
coverage

# Editor directories and files
.vscode/*
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"scripts": {
"build":"pnpm -C packages/core run build",
"release": "bumpp package.json packages/*/package.json --commit --push --tag && pnpm -r publish --access public",
"typeCheck": "tsc --noEmit",
"typecheck": "tsc --noEmit",
"test": "vitest",
"coverage": "vitest run --coverage",
"lint": "eslint .",
Expand All @@ -29,6 +29,7 @@
"typescript": "5.0.4",
"unbuild": "1.2.1",
"vite": "4.2.1",
"vitest": "0.30.1"
"vitest": "0.30.1",
"@vitest/coverage-c8": "^0.30.1"
}
}
177 changes: 177 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit de20e9e

Please sign in to comment.