Yann Braga
3183d6744a
fix missing tag in registry command
2025-01-28 16:17:39 +01:00
Jeppe Reinhold
ca5efc0ae5
use node apis instead of CLIs to rm files in run-registry script
2024-10-11 22:53:56 +02:00
Norbert de Langen
c2233ad230
add ignores for disallowed packages
2024-10-02 17:07:43 +02:00
Norbert de Langen
dfcf47f9e4
complete chalk removal
2024-10-01 09:57:40 +02:00
43081j
025e692573
Merge branch 'next' into commander-of-commanders
2024-08-18 18:08:06 +01:00
Norbert de Langen
e5ef57caad
apply linting to scripts
2024-08-15 10:26:24 +02:00
Norbert de Langen
0f6a2d3675
fixes
2024-08-13 13:14:04 +02:00
Norbert de Langen
60c9c14413
Merge branch 'next' into pr/43081j/28857-1
2024-08-12 16:07:42 +02:00
Norbert de Langen
91f38bfef8
additional fixes
2024-08-10 21:48:10 +02:00
43081j
aec16d5b49
chore: upgrade commander
dependency
...
Upgrades `commander` to latest version across the repo.
2024-08-10 00:44:22 +01:00
Norbert de Langen
e12039c059
apply sorting on scripts
2024-08-08 11:23:52 +02:00
Norbert de Langen
3d371143ed
Add explainer for the need of the proxy server in front of verdaccio
2024-06-27 16:44:26 +02:00
Norbert de Langen
34d820e660
hard code URl to publish to
2024-06-26 20:07:07 +02:00
Norbert de Langen
6b3231635f
hard code the verdaccio URl without proxy
2024-06-26 19:52:02 +02:00
Norbert de Langen
c6a79d5ab9
Merge branch 'next' into norbert/cpc
2024-06-26 16:17:24 +02:00
Valentin Palkovic
230331f289
Fix caching issue with Verdaccio
2024-06-26 13:25:58 +02:00
Valentin Palkovic
74646c68da
Use JS only story glob extension patterns in JavaScript projects
2024-06-25 12:33:02 +02:00
Norbert de Langen
a18a63f717
force close after publishing with --open
2024-06-22 21:10:22 +02:00
Norbert de Langen
2d76a5f6f8
proxy all including storybook
package
2024-06-22 20:49:37 +02:00
Valentin Palkovic
c74b562aed
Fix run-registry script
2023-11-03 13:43:10 +01:00
Valentin Palkovic
f1ed2af485
Dependencies: Remove lerna
2023-11-02 13:46:39 +01:00
Marcin
d548caafc2
added
2023-08-28 08:37:52 -07:00
Norbert de Langen
3026181d3a
pack into a packs directory and publish from there
2023-08-25 11:13:26 +02:00
Valentin Palkovic
a481660c04
Fix publishing packages
2023-07-24 11:23:33 +02:00
Valentin Palkovic
d181e457da
Replace npm publish by yarn npm publish command
2023-07-24 10:02:34 +02:00
Norbert de Langen
76f05c7fdb
split generate workflow into main and next
...
skip yarn command for publish
add branch parameter for publish script
drop next parameter for publish script
add a constants file for scripts to prevent mismatching paths etc.
2023-03-29 12:05:38 +02:00
Norbert de Langen
aef3d605ef
cleanup verdaccio typings override, fix implementation
2023-01-10 16:08:24 +01:00
Ian VanSchooten
6bdfcfad14
Convert @ts-ignore to @ts-expect-error
...
And remove unused directives
2022-09-06 22:40:59 -04:00
Michael Shilman
8a8d628e51
Build: Fix local-registry to always run addUser
2022-08-23 17:42:58 +08:00
Michael Shilman
58e361dcc7
Build: Run verdaccio on 6001 to enable web UI
2022-08-22 17:40:30 +08:00
Norbert de Langen
4b141c9be4
fix some deepscan issues
2022-07-23 19:40:03 +02:00
Norbert de Langen
1e0998ee02
disable overriding global registry, fix reference to .babelrc file in jest transformer, fix ref to examples in smoke-tests
2022-07-21 21:21:01 +02:00
Norbert de Langen
f8e93edd73
fix some scripts to point at the code dir
2022-07-21 21:06:23 +02:00
Norbert de Langen
a5c35e1b3e
improvements to setup
2022-07-06 00:30:10 +02:00
Yann Braga
0c0a21b030
chore: clean verdaccio cache when running locally
2022-05-30 09:42:03 +02:00
Norbert de Langen
5d9a1c811f
remove dev script
...
change the watch mode of yarn build to use the prepare script
add a --watch flag to prepare script
remove the babel --copy-file flag where possible
remove noise from prepare
improve error reporting from prepare
cleanup
2022-01-26 14:12:34 +01:00
Gaëtan Maisse
ace37ed57a
e2e: add a hack to be sure setting the registry config of Yarn 1 (and not Yarn 2)
2021-04-30 09:21:36 +02:00
Gaëtan Maisse
70cefbaa53
e2e: update command used to set registry to work with NPM and Yarn 1
...
There is no need to make it works with Yarn 2 as it now comes later in the process.
2021-04-30 08:39:09 +02:00
Gaëtan Maisse
98fa420bef
chore: move to Yarn 2 🧶
2021-04-07 18:25:38 +02:00
Gaëtan Maisse
eb9d311cfe
chore: reduce verdaccio startup time timeout to 10s
2021-02-11 08:50:03 +01:00
Gaëtan Maisse
f1f8269c7c
chore: do not recompile packages before publishing with run-registry
script
...
It will:
- ensure that the outputs of the build step are really used
- speed up the publish step on CI a lot
2021-02-01 21:13:55 +01:00
Norbert de Langen
736389950a
upgrades
2020-11-26 17:16:23 +01:00
Norbert de Langen
92268d1648
cleanup run-registry script
2020-11-26 10:58:09 +01:00
Gaëtan Maisse
6a01f37a7d
chore: add a log to know the level of concurrency in publishing task
2020-11-03 21:11:30 +01:00
Gaëtan Maisse
c9766b9c4c
refactor: avoid duplication of code used to find the max nb of concurrent tasks "allowed"
2020-10-03 18:23:37 +02:00
Gaëtan Maisse
9e765c491d
ci: improve run-registry
logging
2020-10-03 18:23:36 +02:00
Gaëtan Maisse
c79c8901ff
chore: use number of vcore - 1 as concurrency level in publish to verdaccio script
2020-10-03 18:23:35 +02:00
tooppaaa
438d543680
add tsconfig for scripts
2020-05-18 22:29:50 +02:00
tooppaaa
9838f75b5c
change run-registry to ts
2020-05-18 15:09:22 +02:00
Norbert de Langen
b78317c5f2
WIP
2020-05-18 14:58:55 +02:00