Merge pull request #50 from fantasticit/feat/flow

This commit is contained in:
fantasticit 2022-05-21 13:03:36 +08:00 committed by GitHub
commit 995be31a41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
"private": true, "private": true,
"scripts": { "scripts": {
"prebuild": "rimraf .next", "prebuild": "rimraf .next",
"build": "next build", "build": "next build && node copy-diagram-resources.js",
"dev": "node dev-server.js", "dev": "node dev-server.js",
"start": "cross-env NODE_ENV=production node prod-server.js", "start": "cross-env NODE_ENV=production node prod-server.js",
"pm2": "pm2 start npm --name @think/client -- start" "pm2": "pm2 start npm --name @think/client -- start"