Skip to content

Commit

Permalink
Merge pull request #64 from pengzhanbo/fix_63
Browse files Browse the repository at this point in the history
  • Loading branch information
pengzhanbo authored Dec 13, 2023
2 parents f2579d2 + c09419e commit c7d30b6
Show file tree
Hide file tree
Showing 6 changed files with 370 additions and 301 deletions.
12 changes: 6 additions & 6 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build.environment]
NODE_VERSION = "18"
NPM_FLAGS = "--version" # prevent Netlify npm install

[build]
publish = "docs/.vitepress/dist"
command = "pnpm install && pnpm docs:build"
publish = "docs/.vitepress/dist"
command = "pnpm install && pnpm docs:build"

[build.environment]
NODE_VERSION = "18" # prevent Netlify npm install
NPM_FLAGS = "--version"
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"cookies": "^0.8.0",
"cors": "^2.8.5",
"debug": "^4.3.4",
"esbuild": "^0.19.8",
"esbuild": "^0.19.9",
"fast-glob": "^3.3.2",
"formidable": "2.1.1",
"http-status": "^1.7.3",
Expand All @@ -71,10 +71,10 @@
"mime-types": "^2.1.35",
"path-to-regexp": "^6.2.1",
"picocolors": "^1.0.0",
"ws": "^8.14.2"
"ws": "^8.15.1"
},
"devDependencies": {
"@pengzhanbo/eslint-config": "^1.2.5",
"@pengzhanbo/eslint-config": "^1.3.1",
"@types/co-body": "^6.1.3",
"@types/cookies": "^0.7.10",
"@types/cors": "^2.8.17",
Expand All @@ -84,15 +84,15 @@
"@types/mime-types": "^2.1.4",
"@types/node": "^20.10.3",
"@types/ws": "^8.5.10",
"bumpp": "^9.2.0",
"bumpp": "^9.2.1",
"conventional-changelog-cli": "^4.1.0",
"eslint": "^8.55.0",
"mockjs": "^1.1.0",
"tsup": "^8.0.1",
"typescript": "^5.3.2",
"vite": "^5.0.5",
"typescript": "^5.3.3",
"vite": "^5.0.8",
"vitepress": "^1.0.0-rc.31",
"vitest": "^1.0.1"
"vitest": "^1.0.4"
},
"pnpm": {
"peerDependencyRules": {
Expand Down
Loading

0 comments on commit c7d30b6

Please sign in to comment.