From 9cdfae58b4f87ef05770fe8fb1cc3246bf32b34b Mon Sep 17 00:00:00 2001 From: Matas Date: Tue, 25 Feb 2020 16:28:28 +0200 Subject: [PATCH] Fixed: npm run server:prod npm ERR! missing script: server:prod https://github.com/adamarthurryan/dubdiff/blob/master/package.json#L12 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1f5e201..61cf2e7 100644 --- a/README.md +++ b/README.md @@ -37,12 +37,12 @@ You'll need node & npm. Then install dependencies with To build and launch a dev server: npm start - npm run server + npm run serve To build and launch the production server: npm run build:prod - npm run server:prod + npm run serve:prod @@ -71,4 +71,4 @@ To make the application start on boot, run the following: # save the current pm2 config so that it can be reloaded on boot pm2 save - [Digital Ocean: How To Set Up a Node.js Application for Production on Ubuntu 16.04](https://www.digitalocean.com/community/tutorials/how-to-set-up-a-node-js-application-for-production-on-ubuntu-16-04) \ No newline at end of file + [Digital Ocean: How To Set Up a Node.js Application for Production on Ubuntu 16.04](https://www.digitalocean.com/community/tutorials/how-to-set-up-a-node-js-application-for-production-on-ubuntu-16-04)