536 Commits

Author SHA1 Message Date
Filipp Riabchun
06f0114d7a Pass args to puppeteer.launch 2020-03-27 20:35:35 +01:00
Filipp Riabchun
dc19dfab80 Catch the error properly 2020-03-27 20:17:49 +01:00
Norbert de Langen
341fc2d90d
FIX linting 2020-03-27 20:04:50 +01:00
Filipp Riabchun
d6e1cd1732 Fix browser availablility check 2020-03-27 20:03:00 +01:00
Norbert de Langen
fc9a231f58
CLEANUP 2020-03-26 11:13:47 +01:00
Norbert de Langen
e4d6c1a581
REMOVE deprecated APIs in lib/cli 2020-03-26 10:52:19 +01:00
Norbert de Langen
4ac5cbf455
FIX path to install.js 2020-03-25 11:15:08 +01:00
Norbert de Langen
cd9c59543d
FIX linting 2020-03-25 11:14:09 +01:00
Norbert de Langen
e5d00b544f FIX wait for script to finish 2020-03-25 10:59:35 +01:00
Norbert de Langen
77ec7e03cd
CHANGE to use puppeteer-core install script 2020-03-25 10:01:28 +01:00
Norbert de Langen
caec732ec1
FIX ref to logger 2020-03-25 08:47:46 +01:00
Norbert de Langen
36078d46a4
FIX use npx instead 2020-03-24 19:58:19 +01:00
Norbert de Langen
c08f305847
CHANGE to lazy-install puppeteer 2020-03-24 14:18:02 +01:00
Norbert de Langen
b4857c7022
FIX 2020-03-18 16:53:51 +01:00
Norbert de Langen
0a50d7d86d
FIX try using localhost, since it seems the server returned address doesn't seem to be accessible in CI 2020-03-18 16:31:37 +01:00
Norbert de Langen
9054c902ac
FIX missing await 2020-03-18 16:10:34 +01:00
Norbert de Langen
adf4d2bf58
CHANGE to use get-port 2020-03-18 15:24:55 +01:00
Norbert de Langen
7e40bf8ca6
FIX linting error 2020-03-18 12:19:02 +01:00
Norbert de Langen
9ccde7a983
RENAME data.json to stories.json 2020-03-18 11:10:24 +01:00
Norbert de Langen
39a3cc069c
ADD extract command to cli 2020-03-18 11:05:13 +01:00
Sachin Thakur
c33337d50c
Support Both js and jsx or ts and tsx
Updated Regex to accommodate both Js and JSX or ts and TSX.

Issue:

What I did
Update default template generation in storybook cli to add jsx/ts/tsx file.
2020-03-01 11:22:15 +05:30
Gaëtan Maisse
781a472562
Merge pull request #9866 from storybookjs/yarn-2-cli-sb-init-compatibility
CLI: Add Yarn 2 compatibility
2020-02-18 20:59:25 +01:00
jamesgeorge007
2bf90aae28 fix: parse args the native way 2020-02-17 22:23:24 +05:30
jamesgeorge007
c674a3868e fix: ignore rule 2020-02-17 17:01:21 +05:30
jamesgeorge007
6e36ee543e fix: lint 2020-02-17 17:00:40 +05:30
jamesgeorge007
458c70a0d5 refactor: use inline approach 2020-02-17 16:23:02 +05:30
jamesgeorge007
de0c49c9b7 feat: recommend commands 2020-02-17 16:22:32 +05:30
Gaëtan Maisse
e629f50924 fix(cli): add @storybook/addon-knobs in sb init on Mithril project as it is listed in SB config template
3dd714d353/lib/cli/src/generators/MITHRIL/template-csf/.storybook/main.js
2020-02-16 16:10:41 +01:00
Gaëtan Maisse
f119fdf18c fix(cli): add @storybook/addon-knobs in sb init on Meteor project as it is listed in SB config template
3dd714d353/lib/cli/src/generators/METEOR/template-csf/.storybook/main.js
2020-02-16 16:10:41 +01:00
Gaëtan Maisse
ef9865234c fix(cli): add peerDeps of @storybook/ember in sb init on Ember project 2020-02-16 16:10:41 +01:00
Gaëtan Maisse
febe9e7204 feat(cli): make CLI works with Yarn 2 for React scripts projects
Before, it was assumed that "When working with `create-react-app@>=2.0.0`, we know `babel-loader` is installed."
But `babel` is a peer dependency of `@storybook/core` (itself dep of `@storybook/react`) and so it must be added to the project's `package.json`
2020-02-16 16:10:41 +01:00
Gaëtan Maisse
e46fecfc05 feat: make SB CLI compatible with yarn 2 2020-02-16 09:23:28 +01:00
Gaëtan Maisse
59fbd10bf5 refactor: extract npm and yarn processing from latestVersion in their own functions
Preparatory refactoring to simplify future compatibility with Yarn 2.
2020-02-16 09:23:28 +01:00
Gaëtan Maisse
ded6324ebd refactor(cli): replace some default exports with named ones
For some reason why see https://blog.neufund.org/why-we-have-banned-default-exports-and-you-should-do-the-same-d51fdc2cf2ad
2020-02-11 19:41:47 +01:00
Gaëtan Maisse
2adccac54d refactor(cli): remove esm as source code is now transpiled to CJS
- Move `generate.js` to have it transpiled by Babel too
2020-02-11 19:41:47 +01:00
Gaëtan Maisse
3dd714d353 refactor: transpile @storybook/cli to CJS with Babel
- move all source code in `src` as it's, by convention in SB monorepo, the source folder for Babel
 - update `.babelrc.json` to ignore all templates files
 - add `prepare` NPM script as in all other libs
 - update `cleanup` stage of `prepare` script to avoid removing anything from `@storybook/cli/dist/generators/**/template*` folder because there are the template files that will be copied to initialize SB on users' projects
2020-02-11 19:41:47 +01:00