Michael Shilman
551537b950
Merge branch 'master' into shilman/cli-rename
2018-10-11 05:10:53 +08:00
Michael Shilman
f6858118c7
Remove CRNA fixture
...
We are not using it and it's causing the CLI test to fail
2018-10-11 04:22:30 +08:00
Michael Shilman
29def997a9
Remove start/build commands for now
...
"sb start/build" should call start-storybook and build-storybook directly, rather than calling "yarn storybook". This way we can use "sb start/build" in the package.json NPM scripts and expose users to the CLI that way. For now let's remove it.
2018-10-11 03:27:52 +08:00
Michael Shilman
5e38138dd8
Rename storybook CLI to sb to avoid conflicts with storybook NPM script
...
We use "yarn storybook" everywhere and creating a CLI called "storybook" introduces a name conflict. Plus "sb" is shorter.
2018-10-11 03:24:04 +08:00
igor-dv
77e615b548
Remove uglifyjs-webpack-plugin
2018-10-10 11:50:12 +03:00
igor-dv
b312d3ca82
Revert "Temp delete riot from the test/fixtures, to check if it's relevant to the "latest" deps"
...
This reverts commit a93fc32a2158cabf41b76be62cd417341504f996.
2018-10-10 11:44:20 +03:00
igor-dv
a93fc32a21
Temp delete riot from the test/fixtures, to check if it's relevant to the "latest" deps
2018-10-10 11:25:01 +03:00
Kai Röder
43e9eddabb
Updated tsconfig 'extends' path for the storybook cli
2018-10-09 16:57:36 +02:00
Fran Worley
df8cbe1782
Add ember to list of supported frameworks to correctly detect if storybook is already setup
2018-10-08 13:33:13 +01:00
Fran Worley
9e2f7f77b9
move ember app detection above react
...
This ensures that an ember app will still be detected even after react dependencies are added
2018-10-08 13:32:42 +01:00
Michael Shilman
bdc8120ab9
v4.0.0-alpha.24
2018-10-04 01:24:20 -07:00
Gabriel J. Csapo
be5d4c0181
[framework] add ember support
2018-10-03 00:50:39 -07:00
Hypnosphi
621a4ed603
CLI tests: replace rsync with cp
2018-09-30 17:03:53 +02:00
Michael Shilman
2ca9c34c4c
v4.0.0-alpha.23
2018-09-25 15:40:49 -07:00
Pavan Kumar Sunkara
368cbc3efd
Remove unneeded top level dependencies
2018-09-25 01:14:56 +02:00
Pavan Kumar Sunkara
dd1953c953
Merge pull request #4213 from Keraito/cli-gestorybook-fix
...
Cli gestorybook fix
2018-09-24 14:43:01 +02:00
Keraito
242dcbd7dd
Remove debugging flag
2018-09-21 20:03:31 +02:00
Keraito
ced0fcfa16
Isolate getstorybook code
2018-09-21 19:57:51 +02:00
Keraito
233555c024
Return promise from initiate generator
2018-09-21 19:57:44 +02:00
Kai Röder
f969f3c57a
Merge branch 'master' into angular-build-time-optimization
2018-09-20 14:41:56 +02:00
Michael Shilman
5112b52004
v4.0.0-alpha.22
2018-09-19 14:00:53 -07:00
Pavan Kumar Sunkara
84fd7939f7
Added publishConfig.access = public to all packages we are publishing
2018-09-19 18:24:32 +02:00
Kai Röder
6c37e20f1a
Added custom tsconfig.json due to the ForkTsChecker implementation
2018-09-19 08:38:25 +02:00
Hypnosphi
35d23fa640
Merge remote-tracking branch 'origin/master' into remove-cli-shapshots
...
# Conflicts:
# lib/cli/test/snapshots/angular-cli/package.json
# lib/cli/test/snapshots/marko/package.json
# lib/cli/test/snapshots/meteor/package.json
# lib/cli/test/snapshots/mithril/package.json
# lib/cli/test/snapshots/polymer/package.json
# lib/cli/test/snapshots/react/package.json
# lib/cli/test/snapshots/react_babel_config_js/package.json
# lib/cli/test/snapshots/react_babel_custom_preset/package.json
# lib/cli/test/snapshots/react_babel_pkg_json/package.json
# lib/cli/test/snapshots/react_babelrc/package.json
# lib/cli/test/snapshots/react_babelrc_js/package.json
# lib/cli/test/snapshots/react_project/package.json
# lib/cli/test/snapshots/react_scripts/package.json
# lib/cli/test/snapshots/react_static_next/package.json
# lib/cli/test/snapshots/riot/package.json
# lib/cli/test/snapshots/sfc_vue/package.json
# lib/cli/test/snapshots/update_package_organisations/package.json
# lib/cli/test/snapshots/vue/package.json
# lib/cli/test/snapshots/webpack_react/package.json
2018-09-18 18:23:09 +02:00
Hypnosphi
5a479ef024
Remove snapshots part of CLI tests
2018-09-18 16:22:21 +02:00
igor-dv
29897e5cf6
Fix CLI
2018-09-18 16:17:18 +03:00
igor-dv
6d8f06a008
Update babel
2018-09-18 12:41:17 +03:00
igor-dv
2269029ca9
remove 8.0.0-beta.6
2018-09-18 11:08:37 +03:00
Igor
4ee8dc4299
Merge pull request #4168 from Keraito/cli-refactor
...
CLI refactor
2018-09-16 09:32:36 +03:00
igor-dv
bbc9d40727
Fix CLI again
2018-09-14 11:39:35 +03:00
igor-dv
f198f26edf
Fix CLI
2018-09-14 10:50:33 +03:00
igor-dv
cda380c513
Fix js warnings
2018-09-13 10:21:40 +03:00
Keraito
fa40eefcb6
Also init storybook on deprecated getstorybook
2018-09-12 12:49:15 +02:00
Keraito
14f7b5fb16
Change descriptions of commands
2018-09-12 12:38:00 +02:00
Keraito
fbf0a8688b
Update CLi snapshots
2018-09-12 12:37:15 +02:00
Keraito
79532d4281
Fix linter
2018-09-12 12:36:57 +02:00
Keraito
db75294ad2
Update missed getstorybook occurrences
2018-09-12 12:33:42 +02:00
Keraito
e09dec60d7
Update getstorybook occurences in docs
2018-09-12 00:38:05 +02:00
Keraito
fc59925328
Deprecate getstorybook
2018-09-12 00:37:13 +02:00
Keraito
7c096b012b
Update tests and snapshots
2018-09-12 00:37:13 +02:00
Keraito
48c0f4ab79
Apperently I didn't add storybook command
2018-09-12 00:33:38 +02:00
Keraito
86184c8ab8
Change storybook run command and update naming in initiate function
2018-09-12 00:33:38 +02:00
Keraito
d80dc8f3b2
Add start and build command
2018-09-12 00:33:37 +02:00
Keraito
01d7080267
Add fallback for unknown commands and help on storybook
2018-09-12 00:33:37 +02:00
Keraito
b9255b2024
Change getstorybook command to storybook init
2018-09-12 00:33:37 +02:00
Hypnosphi
b50f829bb8
Fix react_static_next fixture
2018-09-11 02:29:31 +02:00
Hypnosphi
e4f96f92be
Update CLI snapshots
2018-09-08 12:25:31 +02:00
Norbert de Langen
e7d3a57782
Merge pull request #4122 from libetl/bugfix/riot-tag-loader-missing-in-cli
...
riot tag loader missing in cli
2018-09-08 00:59:44 +02:00
Michael Shilman
729607334c
v4.0.0-alpha.21
2018-09-07 10:17:06 -07:00
lionel benychou
baa809c456
riot cli tag loader
2018-09-07 14:13:40 +02:00