在 github 上建立 vichome/imo4test,相应在 dev 分支里 deploy
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
"lint:ts": "tslint \"src/**/*.ts\" \"src/**/*.tsx\"",
|
"lint:ts": "tslint \"src/**/*.ts\" \"src/**/*.tsx\"",
|
||||||
"dev": "umi dev",
|
"dev": "umi dev",
|
||||||
"dist": "umi build",
|
"dist": "umi build",
|
||||||
"deploy": "node ./node_modules/deployer/deploy.js --type git --repo 'https://github.com/vichome/webapp' --local 'dist'",
|
"deploy": "node ./node_modules/deployer/deploy.js --type git --repo 'https://github.com/vichome/imo4test' --local 'dist'",
|
||||||
"allinone": "npm run dist && npm run deploy",
|
"allinone": "npm run dist && npm run deploy",
|
||||||
"daemon.pm2": "cross-env NODE_ENV=production pm2 start ./node_modules/webserver/server.js --name vic.h5"
|
"daemon.pm2": "cross-env NODE_ENV=production pm2 start ./node_modules/webserver/server.js --name vic.h5"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user