Skip to content
Snippets Groups Projects
Commit 641527b6 authored by Benoit Alessandroni's avatar Benoit Alessandroni
Browse files

add: alpha release + switch to core beta

parent 98daf6db
No related branches found
No related tags found
2 merge requests!7fix: backlink on left in territory profile...,!4Draft: add: alpha release + switch to core beta
Pipeline #16521 failed with stages
in 11 seconds
......@@ -38,4 +38,5 @@ publish:
only:
- master
- beta
- alpha
This diff is collapsed.
......@@ -14,6 +14,10 @@
{
"name": "beta",
"prerelease": true
},
{
"name": "alpha",
"prerelease": true
}
],
"plugins": [
......
......@@ -56,7 +56,7 @@ export function community_uniq() {
}
export function coreVersion() {
let coreUrl = "https://cdn.skypack.dev/@startinblox/core";
let coreUrl = "https://unpk.com/@startinblox/core@beta";
if(window.orbit) {
let core = window.orbit.npm.find(e=>e.package=='@startinblox/core');
coreUrl += `@${core.version}`;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment