mirror of
https://github.com/OpenListTeam/OpenList-Frontend.git
synced 2026-03-15 03:20:25 +00:00
chore: fix netlify build
This commit is contained in:
@@ -1,2 +1,5 @@
|
||||
[build.environment]
|
||||
NPM_FLAGS="--prefix=/dev/null"
|
||||
NPM_FLAGS = "--version"
|
||||
[build]
|
||||
publish = "dist"
|
||||
command = "npx pnpm i --store=node_modules/.pnpm-store && npx pnpm build"
|
||||
@@ -3,7 +3,6 @@
|
||||
"version": "0.0.0",
|
||||
"description": "",
|
||||
"scripts": {
|
||||
"prebuild": "test \"$CI\" = true && npx pnpm install -r --store=node_modules/.pnpm-store || echo skiping pnpm install",
|
||||
"start": "vite",
|
||||
"dev": "vite",
|
||||
"router:build": "pnpm --filter '@solidjs/router' build",
|
||||
|
||||
Reference in New Issue
Block a user