Skip to content

Commit

Permalink
Update README.md (#3911)
Browse files Browse the repository at this point in the history
  • Loading branch information
sabrina-kiam committed Aug 24, 2023
1 parent 687fd28 commit 1e50b85
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/embed/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,12 @@ npm run start:stage
# Run against production Audius services
npm run start:prod
```

## Deploying
```
# First have to create the build
npm run build:<env>
# Then deploy changes
npm run deploy:<env>
```

0 comments on commit 1e50b85

Please sign in to comment.