You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Upgrading To The Latest Version](#upgrading-to-the-latest-version)
6
7
-[Component Library Dev Mode](#component-library-dev-mode)
7
8
-[Environment Variables](#environment-variables)
8
9
-[Authentication](#authentication)
@@ -12,7 +13,7 @@
12
13
-[Testing](#testing)
13
14
-[Jest](#jest)
14
15
-[Cypress](#cypress)
15
-
-[Cutting a New Release](#cutting-a-new-release)
16
+
-[Deployment](#deployment)
16
17
17
18
---
18
19
@@ -34,6 +35,16 @@ The `pages/api` directory is mapped to `/api/*`. Files in this directory are tre
34
35
### Webstore Component Library
35
36
The webstore requires a [React component library](https://reactjs.org/docs/react-component.html) of view components. That dependency is packaged and released independently.
36
37
38
+
#### Upgrading To The Latest Version
39
+
In the terminal:
40
+
```bash
41
+
# first check for whether there is an updated version
42
+
yarn outdated @scientist-softserv/webstore-component-library # check the values under "current" and "latest"
We are currently using [Vercel](www.vercel.com) to auto deploy this app to our staging environment. The `main` branch is accessible at https://webstore-staging.vercel.app.
0 commit comments