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:
|
To build and launch a dev server:
|
||||||
|
|
||||||
npm start
|
npm start
|
||||||
npm run server
|
npm run serve
|
||||||
|
|
||||||
To build and launch the production server:
|
To build and launch the production server:
|
||||||
|
|
||||||
npm run build:prod
|
npm run build:prod
|
||||||
npm run server:prod
|
npm run serve:prod
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user