Updated docs [skip ci]

This commit is contained in:
Tim Heuer
2021-11-01 20:07:20 -07:00
parent e48d8c6605
commit c4a66a0e8a
2 changed files with 4 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ This is a quick document to walk through the process of building and releasing.
- Build the branch/package
- `npm install`
- `npm run build`
- `npm run package`
- `npm run pack`
- Prune the dependencies to only production
- `npm prune --production`
- Uncomment `node_modules` in `.gitignore` **for this branch only**