Skip to content

Commit 9087374

Browse files
authored
Update README.md
1 parent db69f7b commit 9087374

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,19 @@ export TUI_GITHUB_TOKEN=github-personal-access-toke
2020
```
2121

2222
Execute `tuie` on your `project root`
23+
```json
24+
// package.json
25+
scripts: {
26+
"tuie": "tuie"
27+
}
28+
```
2329
```bash
2430
# latest tag
25-
npm run release
31+
npm run tuie
2632
# specific tag
27-
npm run release --tag={specific-tag}
33+
npm run tuie --tag={specific-tag}
2834
# enterprise
29-
npm run release --apiUrl={github.your-enterprise-url.com/api/v3}
35+
npm run tuie --apiUrl={github.your-enterprise-url.com/api/v3}
3036
```
3137

3238
## License

0 commit comments

Comments
 (0)