UNPKG

antd-npm-demo

Version:

React & Redux & Ant.Design

32 lines (31 loc) 700 B
{ "deploy": { "production": { "user": "", "host": "", "ref" : "origin/master", "repo": "", "key": "", "path": "", "dest": "", "post-deploy": "export NODE_ENV=production && npm install --verbose && npm run compile && npm run start:prod", "env": { "NODE_ENV": "production" } }, "test": { "user": "", "host": "", "ref" : "origin/master", "repo": "", "key": "", "path": "", "dest": "", "post-deploy": "export NODE_ENV=test && npm install --verbose && npm run compile && npm run start:test", "env": { "NODE_ENV": "test" } } }, "dest": "./.dist" }