Skip to content

Commit

Permalink
fix: update netlify build (#4588)
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
chenrui333 authored May 22, 2024
1 parent 1d7e42a commit 5129f49
Show file tree
Hide file tree
Showing 4 changed files with 167 additions and 167 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pnpm 9.1.1
pnpm 9.1.2
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[build]
base = "/"
publish = "runatlantis.io/.vitepress/dist/"
command = "pnpm website:build"
command = "pnpm install && pnpm website:build"

[[redirects]]
from = "/guide/getting-started.html"
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"type": "module",
"devDependencies": {
"@playwright/test": "^1.44.0",
"@types/node": "^20.12.10",
"@types/node": "^20.12.12",
"@vueuse/core": "^10.9.0",
"markdown-it-footnote": "^4.0.0",
"markdownlint-cli": "^0.40.0",
"sass": "^1.77.0",
"sitemap-ts": "^1.6.1",
"vitepress": "^1.1.4",
"sass": "~1.77.2",
"sitemap-ts": "~1.6.1",
"vitepress": "~1.1.4",
"vue": "^3.4.27"
},
"scripts": {
Expand Down
Loading

0 comments on commit 5129f49

Please sign in to comment.