File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 61
61
"xlsx" : " https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz"
62
62
},
63
63
"scripts" : {
64
- "build-template-win" : " vite build --config vite.public-template.config.js" ,
65
- "build-template" : " NODE_OPTIONS=\" --max-old-space-size=8192\" vite build --config vite.public-template.config.js" ,
66
- "build" : " npm run version && npm run build-template && NODE_OPTIONS=\" --max-old-space-size=8192\" vite build" ,
67
- "build-template-watch" : " NODE_OPTIONS=\" --max-old-space-size=8192\" vite build --config vite.public-template.config.js --watch" ,
64
+ "build" : " npm run version && NODE_OPTIONS=\" --max-old-space-size=8192\" vite build" ,
68
65
"start-dev" : " vite" ,
69
66
"dev" : " vite" ,
70
67
"preview" : " vite preview" ,
71
68
"start" : " serve -s build" ,
72
69
"version" : " curl -s https://api.github.com/repos/opensignlabs/opensign/releases/latest | grep '\" tag_name\" :' | awk -F '\" ' '{print $4}' > ./public/version.txt" ,
73
70
"version-win" : " powershell -Command \" Invoke-RestMethod -Uri 'https://api.github.com/repos/opensignlabs/opensign/releases/latest' | Select-Object -ExpandProperty tag_name | Out-File -FilePath ./public/version.txt\" " ,
74
- "build-win" : " npm run version-win && npm run build-template-win && vite build" ,
71
+ "build-win" : " npm run version-win && vite build" ,
75
72
"test" : " vitest run" ,
76
73
"test:watch" : " vitest" ,
77
74
"release" : " standard-version" ,
143
140
"engines" : {
144
141
"node" : " 18 || 20 || 22"
145
142
}
146
- }
143
+ }
You can’t perform that action at this time.
0 commit comments