forked from MarvelSQ/vite
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: revert "chore(docs): workaround netlify pnpm build issue (vite…
- Loading branch information
1 parent
35d0dd8
commit 99ca130
Showing
6 changed files
with
11 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
[build.environment] | ||
NODE_VERSION = "16" | ||
NPM_FLAGS = "--version" # prevent Netlify npm install | ||
# don't need playwright for docs build | ||
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD = "1" | ||
[build] | ||
publish = "docs/.vitepress/dist" | ||
command = "npx pnpm i --store=node_modules/.pnpm-store --frozen-lockfile && npm run ci-docs" | ||
command = "pnpm ci-docs" | ||
ignore = "./scripts/docs-check.sh" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.