Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
update dist instructions
  • Loading branch information
taoeffect authored Jan 31, 2025
1 parent 6e7b2ba commit 3a128a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,10 @@ $ NODE_ENV=production grunt pin:0.1.0
Build the app for distribution:

```bash
$ git tag -u <email> v1.1.0 # create the tag before calling grunt deploy
$ NODE_ENV=production grunt deploy
$ tar cfz gi-v1.1.0.tgz dist
# Debug build is the same except without NODE_ENV var
```

Clean up files in `dist/`:
Expand Down

0 comments on commit 3a128a4

Please sign in to comment.