增加打包功能
This commit is contained in:
+3
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user