prod modules

This commit is contained in:
Bryan MacFarlane
2019-09-11 03:06:40 -04:00
parent 85c0aa0036
commit f2f2c6b544
11 changed files with 518 additions and 2 deletions

View File

@@ -72,7 +72,7 @@ $ git commit -a -m "prod dependencies"
```bash
$ npm prune --production
$ git add node_modules/
$ git add node_modules
$ git commit -a -m "prod dependencies"
$ git push origin releases/v1
```