Skip to content

Commit 8616a85

Browse files
authored
chore: update netlify config (#600)
1 parent f26f885 commit 8616a85

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "docus-starter",
2+
"name": "docs",
33
"version": "0.1.0",
44
"private": true,
55
"scripts": {

netlify.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,5 @@
66
# “publish” is the directory to publish (relative to the root of your repo).
77

88
[build]
9-
base = "docs"
10-
command = "pnpm i && pnpm -w dev:prepare && pnpm generate"
11-
publish = "dist"
9+
command = "pnpm i && pnpm dev:prepare && pnpm --filter docs generate"
10+
publish = "docs/dist"

0 commit comments

Comments
 (0)