40 Commits

Author SHA1 Message Date
Tom Coleman
74a70c90fa Merge remote-tracking branch 'origin/next' into tom/sb-880-update-execa-and-try-to-fix-waiting 2022-11-09 14:24:41 +11:00
Tom Coleman
4ab4bf1fd5 Import execaCommand from utils in couple places 2022-11-09 13:53:52 +11:00
Kasper Peulen
c18743d2d9 Use ci, pr, merged, daily cadence 2022-11-08 09:33:05 +01:00
Tom Coleman
d3fa0bef43 Use execa 6.x in scripts
We need to use an obtuse method to import it as it is ESM only and `ts-node` doesn't play well with that.

See https://github.com/TypeStrong/ts-node/discussions/1290
2022-11-05 21:12:31 +11:00
Yann Braga
ad615a6a64 use a custom environment variable to specify cleaning up 2022-11-02 19:52:51 +01:00
Yann Braga
299bc9775c delete node_modules once repro is generated 2022-11-02 17:57:31 +01:00
Yann Braga
c38d8cfd49 Merge branch 'next' into nextjs-framework-support 2022-10-18 19:02:55 +02:00
Yann Braga
9203898be6 remove .git folder when generating repros 2022-10-18 12:50:49 +02:00
Yann Braga
9a1d672fad Merge branch 'next' into nextjs-framework-support 2022-10-17 14:47:25 +02:00
Ian VanSchooten
db23556156 Merge remote-tracking branch 'origin/next' into pnpm/install 2022-10-16 20:13:16 -04:00
Tom Coleman
c10dd867c6 Add a 5 min timeout to the script 2022-10-14 14:49:19 +11:00
Tom Coleman
e275c93973 Argh 2022-10-14 11:40:37 +11:00
Tom Coleman
fab8c0bb26 Don't pass the full path to repro generators 2022-10-14 10:41:22 +11:00
Kyle Gach
562049ac3a Feature flag CLI framework detection
- Apply STORYBOOK_REPRO_GENERATOR to env when running `sb init` in repro generator
2022-10-13 11:28:08 -06:00
Tom Coleman
62471a50b5 Merge remote-tracking branch 'origin/next' into tom/sb-557-typescript-2 2022-10-13 13:30:39 +11:00
Norbert de Langen
2dd109691c
rethrow error 2022-10-12 22:34:22 +02:00
Tom Coleman
785bf910c4
Run create step in a tempdir to avoid issues with yarn inheritance
cc @ndelangen @shilman
2022-10-12 17:24:29 +02:00
Tom Coleman
d000b7afa3 Run create step in a tempdir to avoid issues with yarn inheritance
cc @ndelangen @shilman
2022-10-12 15:59:29 +11:00
Tom Coleman
383d4ba861 Revert "Undo accidental push of tom/sb-557-typescript-2"
This reverts commit 1cfc7203af2dd81d9484d1a569c9fb4e31396ea0.
2022-10-12 13:20:38 +11:00
Tom Coleman
1cfc7203af Undo accidental push of tom/sb-557-typescript-2 2022-10-12 13:16:11 +11:00
Tom Coleman
ecadf7a6d6 Update generate-repros to pass dirname to command 2022-10-12 12:54:39 +11:00
Tom Coleman
569dd5ca53 Run generate commands in shell 2022-10-12 12:53:41 +11:00
Ian VanSchooten
5fd8728ddc CLI: Add PNPM support (--use-pnpm) 2022-10-10 19:34:52 -04:00
Norbert de Langen
bea1278e97
fix publish script 2022-10-10 15:11:26 +02:00
Norbert de Langen
f0fa11e0e1
Merge branches 'next' and 'norbert/sb-565-javascript' of github.com:storybookjs/storybook into norbert/sb-565-javascript 2022-10-10 13:56:49 +02:00
Norbert de Langen
027f3ed20d
pass flags to generate-repro script to set project type in sb init command 2022-10-06 17:32:37 +02:00
Tom Coleman
3f3f428da3 Rename tasks in a simpler way 2022-10-05 22:55:58 +11:00
Tom Coleman
ecff39f1b2 Bootstrap directly in the bootstrap task 2022-10-04 20:54:40 +11:00
Tom Coleman
55d0a25af1 Cleanup 2022-10-03 17:45:48 +11:00
Tom Coleman
0b97078fd8 Fixes 2022-10-03 17:29:14 +11:00
Tom Coleman
d24daef01f Got task script mostly working 2022-09-27 12:21:21 +10: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
e16781352c Build: Force exit generate-repros 2022-08-23 17:46:17 +08:00
Michael Shilman
ffecbd15c2 Build: Only publish once per generate-repros-next run 2022-08-23 17:45:00 +08:00
Michael Shilman
9608ef52d5 Generate-repros: Run local registry on --local-registry option 2022-08-23 08:22:16 +08:00
Michael Shilman
58e361dcc7 Build: Run verdaccio on 6001 to enable web UI 2022-08-22 17:40:30 +08:00
Kyle Gach
33f48fd93e generate-repros-next runs init w/ --yes 2022-08-19 09:49:27 -06:00
Michael Shilman
e80d834fe2 Generate-repros: Add localRegistry option 2022-08-17 18:32:31 +08:00
Yann Braga
4a74219ead WIP: add filter and local registry options to generate-repros 2022-08-16 12:16:39 +02:00
Michael Shilman
4cb06bd1a8 Examples: Add angular repro template and refactor 2022-08-14 17:11:47 +08:00