Fixed: npm run server:prod
npm ERR! missing script: server:prod https://github.com/adamarthurryan/dubdiff/blob/master/package.json#L12
This commit is contained in:
parent
7fdaf8e3ab
commit
9cdfae58b4
@ -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)
|
||||
[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)
|
||||
|
Loading…
Reference in New Issue
Block a user