|
|
|
@ -61,7 +61,7 @@
|
|
|
|
|
"tsc": "tsc --noEmit", |
|
|
|
|
"vue-tsc": "vue-tsc --noEmit", |
|
|
|
|
"site": "node --max_old_space_size=8192 ./node_modules/vite/bin/vite.js build site --base=https://next.antdv.com/", |
|
|
|
|
"build-site": "node --max_old_space_size=8192 ./node_modules/vite/bin/vite.js build site", |
|
|
|
|
"build-site": "npm run presite && node --max_old_space_size=8192 ./node_modules/vite/bin/vite.js build site", |
|
|
|
|
"pub:site": "npm run site && node site/scripts/pushToOSS.js", |
|
|
|
|
"prepare": "husky install", |
|
|
|
|
"version": "node ./scripts/generate-version", |
|
|
|
|