mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-15 16:51:37 +00:00
update build scripts
This commit is contained in:
@ -5,8 +5,9 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "next dev",
|
"dev": "next dev",
|
||||||
"build": "next build && node scripts/build-search.mjs",
|
"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-export": "cross-env NEXT_BUILD=export next build && cross-env NEXT_BUILD=export next export",
|
||||||
"build:search": "node scripts/build-search.mjs",
|
"build-search": "node scripts/build-search.mjs",
|
||||||
|
"build-local": "next build",
|
||||||
"start": "next start",
|
"start": "next start",
|
||||||
"lint": "next lint",
|
"lint": "next lint",
|
||||||
"test": "jest --watch",
|
"test": "jest --watch",
|
||||||
|
Reference in New Issue
Block a user