File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -37,5 +37,14 @@ npm run watch
37
37
- The GitHub repo will automatically be mirrored to EBI GitLab (might take up to 1 hour)
38
38
- CICD pipeline in EBI GitLab will automatically publish the package to npm (https://www.npmjs.com/package/pdbe-molstar )
39
39
- The files will become available via JSDeliver
40
- - https://cdn.jsdelivr.net/npm/pdbe-molstar@dev/build/pdbe-molstar-plugin.js for the latest version including development versions
41
- - https://cdn.jsdelivr.net/npm/pdbe-molstar@latest/build/pdbe-molstar-plugin.js for the latest proper release
40
+ - Latest version including development versions:
41
+ - https://cdn.jsdelivr.net/npm/pdbe-molstar@dev/build/pdbe-molstar-plugin.js
42
+ - https://cdn.jsdelivr.net/npm/pdbe-molstar@dev/build/pdbe-molstar-component.js
43
+ - https://cdn.jsdelivr.net/npm/pdbe-molstar@dev/build/pdbe-molstar.css
44
+ - https://cdn.jsdelivr.net/npm/pdbe-molstar@dev/build/pdbe-molstar-light.css
45
+ - Latest proper release:
46
+ - https://cdn.jsdelivr.net/npm/pdbe-molstar@latest/build/pdbe-molstar-plugin.js
47
+ - https://cdn.jsdelivr.net/npm/pdbe-molstar@latest/build/pdbe-molstar-component.js
48
+ - https://cdn.jsdelivr.net/npm/pdbe-molstar@latest/build/pdbe-molstar.css
49
+ - https://cdn.jsdelivr.net/npm/pdbe-molstar@latest/build/pdbe-molstar-light.css
50
+ - Go to https://www.jsdelivr.com/tools/purge and purge the cache for abovementioned URLs (otherwise it might take up to 7 days to before ` @latest ` starts pointing to the new version)
You can’t perform that action at this time.
0 commit comments