@kroo-web/design-system 1.1.107 → 1.2.1
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/README.MD +2 -3
- package/dist/cjs/index.js +6 -6
- package/dist/esm/index.js +6 -6
- package/package.json +2 -1
package/README.MD
CHANGED
|
@@ -93,8 +93,7 @@ To make a change, amend the `/infra/service/amplify.tf` file and then run the be
|
|
|
93
93
|
|
|
94
94
|
You need to set the github token in the `main.tf` file
|
|
95
95
|
|
|
96
|
-
## Deploying
|
|
97
96
|
|
|
98
|
-
|
|
99
|
-
Once complete you can run `npm adduser` and authenticate to be able to use the `npm deploy` command in the repo.
|
|
97
|
+
## Deployments
|
|
100
98
|
|
|
99
|
+
Documentation on how the deployments work can be found [here](https://kroo.atlassian.net/wiki/spaces/TEC/pages/1804599301/Deployments).
|