mirror of
https://github.com/supabase/setup-cli.git
synced 2026-02-11 04:41:39 +00:00
chore: update release docs
This commit is contained in:
@@ -120,7 +120,8 @@ Then run [ncc](https://github.com/zeit/ncc) and push the results:
|
|||||||
$ npm run all
|
$ npm run all
|
||||||
$ git add dist
|
$ git add dist
|
||||||
$ git commit -a -m "Update dependencies"
|
$ git commit -a -m "Update dependencies"
|
||||||
$ git push origin releases/v1
|
$ git tag -f v1
|
||||||
|
$ git push -f --tags
|
||||||
```
|
```
|
||||||
|
|
||||||
Note: We recommend using the `--license` option for ncc, which will create a license file for all of the production node modules used in your project.
|
Note: We recommend using the `--license` option for ncc, which will create a license file for all of the production node modules used in your project.
|
||||||
|
|||||||
Reference in New Issue
Block a user