mirror of https://github.com/fantasticit/think.git
Merge pull request #50 from fantasticit/feat/flow
This commit is contained in:
commit
995be31a41
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue