Skip to content

Commit f26eeb4

Browse files
committed
Update README.md
1 parent e105d14 commit f26eeb4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,14 @@ See [Set up Forge](https://developer.atlassian.com/platform/forge/set-up-forge/)
1717
- Build and deploy your app by running:
1818

1919
```shell
20+
forge lint --fix
2021
forge deploy
2122
```
2223

2324
- Install your app in an Atlassian site by running:
2425

2526
```shell
26-
forge install
27+
forge install --upgrade
2728
```
2829

2930
- Develop your app by running `forge tunnel` to proxy invocations locally:

0 commit comments

Comments
 (0)