@corva/create-app 0.32.0-0 → 0.33.0-0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -20,6 +20,10 @@ Bundles the app into static files for production.
|
|
|
20
20
|
|
|
21
21
|
Bundles the app into ZIP file in app root directory
|
|
22
22
|
|
|
23
|
+
### `yarn release`
|
|
24
|
+
|
|
25
|
+
Releases the app into Corva
|
|
26
|
+
|
|
23
27
|
## Documentation
|
|
24
28
|
|
|
25
29
|
- [Dev Center documentation](https://app.corva.ai/dev-center/docs/frontend) – information about development process
|
|
@@ -20,6 +20,10 @@ Bundles the app into static files for production.
|
|
|
20
20
|
|
|
21
21
|
Bundles the app into ZIP file in app root directory
|
|
22
22
|
|
|
23
|
+
### `yarn release`
|
|
24
|
+
|
|
25
|
+
Releases the app into Corva
|
|
26
|
+
|
|
23
27
|
## Documentation
|
|
24
28
|
|
|
25
29
|
- [Dev Center documentation](https://app.corva.ai/dev-center/docs/frontend) – information about development process
|