mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix(ci): make portless optional for windows installs
This commit is contained in:
+4
-2
@@ -53,7 +53,7 @@
|
||||
"postinstall": "node scripts/patch-capacitor-cli-tar.cjs",
|
||||
"prebuild": "yarn sync:directories && yarn generate:assets",
|
||||
"prestart": "yarn sync:directories && yarn generate:assets",
|
||||
"start": "portless 5chan vite",
|
||||
"start": "node scripts/start-dev.js",
|
||||
"build": "cross-env PUBLIC_URL=./ GENERATE_SOURCEMAP=false vite build",
|
||||
"build:preload": "vite build --config electron/vite.preload.config.js",
|
||||
"build-vercel": "cross-env NODE_OPTIONS=\"--max_old_space_size=4096\" PUBLIC_URL=./ GENERATE_SOURCEMAP=true VITE_COMMIT_REF=$COMMIT_REF CI='' vite build",
|
||||
@@ -144,7 +144,6 @@
|
||||
"oxfmt": "0.20.0",
|
||||
"oxlint": "1.35.0",
|
||||
"playwright": "1.56.1",
|
||||
"portless": "0.5.2",
|
||||
"progress": "2.0.3",
|
||||
"react-doctor": "0.0.28",
|
||||
"react-grab": "0.0.98",
|
||||
@@ -156,6 +155,9 @@
|
||||
"vitest": "4.0.15",
|
||||
"wait-on": "9.0.3"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"portless": "0.5.2"
|
||||
},
|
||||
"resolutions": {
|
||||
"axios": "1.13.5",
|
||||
"js-yaml": "4.1.1",
|
||||
|
||||
Reference in New Issue
Block a user