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
*Warning* : with Create React App, we realised the library was not updating correctly if you try to install the library multiple times.
25
+
_Warning_ : with Create React App, we realised the library was not updating correctly if you try to install the library multiple times.
24
26
To fix this, run this command from the app **after** running "npm install"
27
+
25
28
- rm -Rf node_modules/.cache
26
-
27
29
28
30
#### For integrators
29
31
30
32
If you want to deploy a new version of commons-ui in the [NPM package registry](https://www.npmjs.com/package/@gridsuite/commons-ui),
31
33
you need to follow the steps below:
32
34
33
-
-[Make a release action](https://github.com/gridsuite/commons-ui/actions/workflows/release.yml)
34
-
- In the 'run workflow' combobox select, let the branch on main
35
-
- Enter the type of evolution (major | minor | patch)
36
-
- Enter your NPM access token (it must be an **automation** access token to bypass 2FA, see the [access token documentation](https://docs.npmjs.com/creating-and-viewing-access-tokens) for details)
37
-
- Click 'run workflow'
35
+
-[Make a release action](https://github.com/gridsuite/commons-ui/actions/workflows/release.yml)
36
+
- In the 'run workflow' combobox select, let the branch on main
37
+
- Enter the type of evolution (major | minor | patch)
38
+
- Enter your NPM access token (it must be an **automation** access token to bypass 2FA, see the [access token documentation](https://docs.npmjs.com/creating-and-viewing-access-tokens) for details)
39
+
- Click 'run workflow'
38
40
39
41
#### License Headers and dependencies checking
40
42
@@ -44,6 +46,7 @@ To check dependencies license compatibility with this project one locally, pleas
44
46
npm run licenses-check
45
47
```
46
48
47
-
Notes :
48
-
* Check [license-checker-config.json](license-checker-config.json) for license white list and exclusion.
49
-
If you need to update this list, please inform organization's owners.
49
+
Notes :
50
+
51
+
- Check [license-checker-config.json](license-checker-config.json) for license white list and exclusion.
52
+
If you need to update this list, please inform organization's owners.
0 commit comments