Add deploy script

main
Mike Fix 7 years ago
parent ed87bfb7f8
commit 33189e2f93

@ -6,7 +6,8 @@
"scripts": { "scripts": {
"dev": "node server.js", "dev": "node server.js",
"build": "next build", "build": "next build",
"start": "NODE_ENV=production node server.js" "start": "NODE_ENV=production node server.js",
"deploy": "now --public"
}, },
"dependencies": { "dependencies": {
"axios": "^0.16.2", "axios": "^0.16.2",

Loading…
Cancel
Save