Page 1 of 1

NPM repo for Nightly Builds

Posted: Thu Mar 30, 2023 12:17 pm
by seany84

Hi team,

Is there a way of using nightly builds in a package.json?

Secondly, my customer zone login is "borked".

Can you please fix it so that I can download builds and also see nightly builds.

aaa.png
aaa.png (55.42 KiB) Viewed 502 times
bbb.png
bbb.png (30.02 KiB) Viewed 502 times

Thanks


Re: NPM repo for Nightly Builds

Posted: Thu Mar 30, 2023 3:56 pm
by mats

Is there a way of using nightly builds in a package.json?

Unfortunately not, but we have a ticket to look into supporting that.

Can you please fix it so that I can download builds and also see nightly builds.

Fixed now!


Re: NPM repo for Nightly Builds

Posted: Fri Mar 31, 2023 10:23 am
by seany84

Thank you mats


Re: NPM repo for Nightly Builds

Posted: Wed Sep 20, 2023 10:41 am
by jit@flowit.dk

@Mats: I can't find the ticket related to the feature request. We might be interested in NPM packages with nightly builds as well. Has the ticket been removed, or is it something internal that we can't see ?


Re: NPM repo for Nightly Builds

Posted: Wed Sep 20, 2023 4:01 pm
by mats

Seems we don't have a ticket, and after discussing, it will simply be too much work (+60 packages will need to be prepared + deployed each night).


Re: NPM repo for Nightly Builds

Posted: Wed Sep 20, 2023 4:05 pm
by sergey.maltsev

Hi!

You can find npm packages in nightly builds, which we publish at Customer Zone https://customerzone.bryntum.com/.

They are located in zip inside examples/frameworks/npm folder as *.tgz files.
You can easily use those instead of packages from our online npm server.
All demos inside Customer Zone distribution zip are switched to use bundled *.tgz packages.


Re: NPM repo for Nightly Builds

Posted: Thu Sep 21, 2023 10:03 am
by jit@flowit.dk

Thanks guys