File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ Use Chrome CORS Unblock extension to workaround with CORS error.
96
96
Use Chrome CORS Unblock extension to workaround with CORS error.
97
97
98
98
``` bash
99
- ./gradlew :example:shared:wasmJsBrowserRun
99
+ ./gradlew :example:shared:wasmJsBrowserRun
100
100
```
101
101
102
102
### Windows
@@ -127,6 +127,7 @@ Maven central portal credentials and signing configs are set in `~/.gradle/gradl
127
127
publishIosX64PublicationToMavenCentralRepository \
128
128
publishMacosArm64PublicationToMavenCentralRepository \
129
129
publishMacosX64PublicationToMavenCentralRepository \
130
+ publishWasmJsPublicationToMavenCentralRepository \
130
131
publishJsPublicationToMavenCentralRepository \
131
132
--no-configuration-cache
132
133
```
You can’t perform that action at this time.
0 commit comments