Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
chore: tweak netlify config
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Oct 9, 2022
1 parent 4a2fa33 commit 2660d11
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
3 changes: 1 addition & 2 deletions docs/package.json
Expand Up @@ -3,8 +3,7 @@
"private": true,
"scripts": {
"dev": "pnpm gendocs && nuxi dev",
"build": "pnpm gendocs && nuxi generate --force-build",
"build:ci": "./scripts/make-schema.sh && pnpm build",
"build": "pnpm gendocs && nuxi generate",
"lint:docs": "cd .. && pnpm lint:docs",
"lint:docs:fix": "cd .. && pnpm lint:docs:fix",
"gendocs": "jiti ./scripts/gen-docs.ts"
Expand Down
6 changes: 0 additions & 6 deletions docs/scripts/make-schema.sh

This file was deleted.

2 changes: 1 addition & 1 deletion netlify.toml
Expand Up @@ -7,7 +7,7 @@

[build]
base = "."
command = "npx pnpm@7.12.0 install && npx pnpm@7.12.0 stub && npx pnpm@7.12.0 --filter docs gendocs && npx pnpm@7.12.0 nuxi generate docs"
command = "npx pnpm@7.12.0 install && npx pnpm@7.12.0 stub && npx pnpm@7.12.0 --filter docs generate"
publish = "docs/dist"

[build.environment]
Expand Down

0 comments on commit 2660d11

Please sign in to comment.