Merge "GWT Plugin Archetype: Add step to link watchmanconfig in build docu"
This commit is contained in:
commit
68532caf30
@ -30,8 +30,12 @@ Add link to the .buckversion file:
|
||||
cd @PLUGIN@ && ln -s bucklets/buckversion .buckversion
|
||||
```
|
||||
|
||||
To build the plugin, issue the following command:
|
||||
Add link to the .watchmanconfig file:
|
||||
```
|
||||
cd @PLUGIN@ && ln -s bucklets/watchmanconfig .watchmanconfig
|
||||
```
|
||||
|
||||
To build the plugin, issue the following command:
|
||||
|
||||
```
|
||||
buck build plugin
|
||||
|
Loading…
Reference in New Issue
Block a user