mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-15 16:51:37 +00:00
Modify build script
This commit is contained in:
@ -4,9 +4,9 @@
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build && node scripts/build-search.mjs -g",
|
||||
"build": "next build && node scripts/build-search.mjs",
|
||||
"build:export": "cross-env NEXT_BUILD=export next build && cross-env NEXT_BUILD=export next export",
|
||||
"build:search": "node scripts/build-search.mjs -g",
|
||||
"build:search": "node scripts/build-search.mjs",
|
||||
"start": "next start",
|
||||
"lint": "next lint",
|
||||
"test": "jest --watch",
|
||||
|
2696
pnpm-lock.yaml
generated
2696
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user