Skip to content

Commit

Permalink
chore: update netlify.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Marshall-Sun committed Jun 8, 2022
1 parent 2b4d602 commit dde4f79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
NODE_VERSION = "16"

[build]
publish = "dist"
command = "npx pnpm i --store=node_modules/.pnpm-store && npx pnpm run build"
publish = "docs/.vuepress/dist"
command = "npx pnpm i --store=node_modules/.pnpm-store --registry=https://registry.npmmirror.com && npx pnpm run build"

0 comments on commit dde4f79

Please sign in to comment.