Skip to content

Commit

Permalink
build: 📦️ update
Browse files Browse the repository at this point in the history
  • Loading branch information
17359898647 committed Jan 10, 2024
1 parent 9d8dbbd commit 87cdf72
Show file tree
Hide file tree
Showing 6 changed files with 211 additions and 173 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@
</div>

[![code style](https://antfu.me/badge-code-style.svg)](https://github.com/antfu/eslint-config)

18 changes: 9 additions & 9 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[build.environment]
NPM_FLAGS = "--version"
NODE_VERSION = "16"

[build]
publish = "dist"
command = "npx pnpm i --store=node_modules/.pnpm-store && npx pnpm run build"
publish = "dist"
command = "npx pnpm i --store=node_modules/.pnpm-store && npx pnpm run build"

[build.environment]
NPM_FLAGS = "--version"
NODE_VERSION = "16"

[[redirects]]
from = "/*"
to = "/index.html"
status = 200
from = "/*"
to = "/index.html"
status = 200
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"dayjs": "^1.11.10",
"drauu": "^0.3.7",
"echarts": "^5.4.3",
"ge-eslint": "^0.0.6",
"ge-eslint": "^0.0.16",
"lightningcss": "^1.22.1",
"lodash-es": "^4.17.21",
"naive-ui": "^2.37.3",
Expand Down
Loading

0 comments on commit 87cdf72

Please sign in to comment.