增加打包功能

This commit is contained in:
2026-02-25 16:30:39 +08:00
parent f7c2f8f53e
commit 85edf0d847
7 changed files with 60 additions and 49 deletions
+3 -1
View File
@@ -5,7 +5,9 @@
"scripts": {
"dev": "next dev -p 3001",
"build": "next build",
"start": "next start",
"env:init": "node scripts/init-env.mjs",
"build:init": "npm run env:init && npm run build",
"start": "next start -p 3001",
"lint": "eslint",
"test": "node --no-warnings --experimental-strip-types scripts/run-editor-block-ops-tests.mjs",
"check": "npm run lint -- --max-warnings=0 && npx tsc --noEmit"