mirror of
https://github.com/iptv-org/iptv-org.github.io.git
synced 2025-05-11 17:40:05 -04:00
Add build:win32 script
This commit is contained in:
parent
2a893a827b
commit
577519de7b
3 changed files with 20 additions and 1 deletions
11
package-lock.json
generated
11
package-lock.json
generated
|
@ -25,6 +25,7 @@
|
|||
"numeral": "^2.0.6",
|
||||
"prettier-plugin-svelte": "^3.3.3",
|
||||
"qs": "^6.11.2",
|
||||
"run-script-os": "^1.1.6",
|
||||
"svelte": "^5.22.6",
|
||||
"svelte-simple-modal": "^2.0.0",
|
||||
"svelte-sitemap": "^2.6.0",
|
||||
|
@ -3033,6 +3034,16 @@
|
|||
"queue-microtask": "^1.2.2"
|
||||
}
|
||||
},
|
||||
"node_modules/run-script-os": {
|
||||
"version": "1.1.6",
|
||||
"resolved": "https://registry.npmjs.org/run-script-os/-/run-script-os-1.1.6.tgz",
|
||||
"integrity": "sha512-ql6P2LzhBTTDfzKts+Qo4H94VUKpxKDFz6QxxwaUZN0mwvi7L3lpOI7BqPCq7lgDh3XLl0dpeXwfcVIitlrYrw==",
|
||||
"dev": true,
|
||||
"bin": {
|
||||
"run-os": "index.js",
|
||||
"run-script-os": "index.js"
|
||||
}
|
||||
},
|
||||
"node_modules/sade": {
|
||||
"version": "1.8.1",
|
||||
"resolved": "https://registry.npmjs.org/sade/-/sade-1.8.1.tgz",
|
||||
|
|
|
@ -6,7 +6,9 @@
|
|||
"act:update": "act workflow_dispatch -W .github/workflows/update.yml",
|
||||
"api:load": "tsx ./src/commands/api/load.ts",
|
||||
"dev": "vite dev --host",
|
||||
"build": "NODE_OPTIONS=--max_old_space_size=4096 vite build",
|
||||
"build": "run-script-os",
|
||||
"build:win32": "SET \"NODE_OPTIONS=--max_old_space_size=4096\" && vite build",
|
||||
"build:default": "NODE_OPTIONS=--max_old_space_size=4096 vite build",
|
||||
"preview": "vite preview --host",
|
||||
"prepare": "svelte-kit sync",
|
||||
"postinstall": "npm run api:load",
|
||||
|
@ -32,6 +34,7 @@
|
|||
"numeral": "^2.0.6",
|
||||
"prettier-plugin-svelte": "^3.3.3",
|
||||
"qs": "^6.11.2",
|
||||
"run-script-os": "^1.1.6",
|
||||
"svelte": "^5.22.6",
|
||||
"svelte-simple-modal": "^2.0.0",
|
||||
"svelte-sitemap": "^2.6.0",
|
||||
|
|
|
@ -1169,6 +1169,11 @@ run-parallel@^1.1.9:
|
|||
dependencies:
|
||||
queue-microtask "^1.2.2"
|
||||
|
||||
run-script-os@^1.1.6:
|
||||
version "1.1.6"
|
||||
resolved "https://registry.npmjs.org/run-script-os/-/run-script-os-1.1.6.tgz"
|
||||
integrity sha512-ql6P2LzhBTTDfzKts+Qo4H94VUKpxKDFz6QxxwaUZN0mwvi7L3lpOI7BqPCq7lgDh3XLl0dpeXwfcVIitlrYrw==
|
||||
|
||||
sade@^1.8.1:
|
||||
version "1.8.1"
|
||||
resolved "https://registry.npmjs.org/sade/-/sade-1.8.1.tgz"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue