Skip to content

Commit

Permalink
Move crna-kitchen-sink to examples-native folder
Browse files Browse the repository at this point in the history
  • Loading branch information
pksunkara committed Oct 13, 2018
1 parent f1b0f37 commit 066184c
Show file tree
Hide file tree
Showing 27 changed files with 11 additions and 87 deletions.
18 changes: 4 additions & 14 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,7 @@ jobs:
root: .
paths:
- node_modules
- examples/angular-cli/node_modules
- examples/ember-cli/node_modules
- examples/cra-kitchen-sink/node_modules
- examples/mithril-kitchen-sink/node_modules
- examples/official-storybook/node_modules
- examples/polymer-cli/node_modules
- examples/vue-kitchen-sink/node_modules
- examples/svelte-kitchen-sink/node_modules
- examples/marko-cli/node_modules
- examples/html-kitchen-sink/node_modules
- examples/riot-kitchen-sink/node_modules
- examples
- addons
- app
- lib
Expand Down Expand Up @@ -176,7 +166,7 @@ jobs:
command: |
cd examples/riot-kitchen-sink
yarn storybook --smoke-test
react-native:
native-smoke-tests:
<<: *defaults
steps:
- checkout
Expand All @@ -188,7 +178,7 @@ jobs:
- run:
name: Run React-Native-App example
command: |
cd examples/crna-kitchen-sink
cd examples-native/crna-kitchen-sink
yarn storybook --smoke-test
docs:
<<: *defaults
Expand Down Expand Up @@ -288,7 +278,7 @@ workflows:
- smoke-tests:
requires:
- build
- react-native:
- native-smoke-tests:
requires:
- build
- unit-test:
Expand Down
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ module.exports = {
{
devDependencies: [
'examples/**',
'examples-native/**',
'**/example/**',
'*.js',
'**/*.test.js',
Expand Down
3 changes: 2 additions & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,13 @@

/examples/angular-cli/ @igor-dv @alterx
/examples/cra-kitchen-sink/ @ndelangen @UsulPro @hypnosphi
/examples/crna-kitchen-sink/ @Gongreg @danielduan
/examples/official-storybook/ @hypnosphi @danielduan @UsulPro
/examples/polymer-cli/ @naipath @igor-dv
/examples/vue-kitchen-sink/ @igor-dv @alexandrebodin
/examples/svelte-kitchen-sink/ @plumpNation

/examples-native/crna-kitchen-sink/ @Gongreg @danielduan

/lib/addons/ @ndelangen @theinterned
/lib/channel-postmessage/ @mnmtanish @ndelangen
/lib/channel-websocket/ @mnmtanish @ndelangen
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ object OpenSourceProjects_Storybook_ReactNative : BuildType({
script {
name = "crna-kitchen-sink"
scriptContent = """
cd examples/crna-kitchen-sink
cd examples-native/crna-kitchen-sink
yarn storybook --smoke-test
""".trimIndent()
dockerImage = "node:%docker.node.version%"
Expand Down
61 changes: 0 additions & 61 deletions dependencies.yml

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
11 changes: 2 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,12 @@
"addons/storyshots/*",
"app/*",
"lib/*",
"examples/*-cli",
"examples/cra-kitchen-sink",
"examples/html-kitchen-sink",
"examples/mithril-kitchen-sink",
"examples/official-storybook",
"examples/riot-kitchen-sink",
"examples/svelte-kitchen-sink",
"examples/vue-kitchen-sink",
"examples/*",
"lib/cli/test/run/*"
],
"scripts": {
"bootstrap": "node ./scripts/bootstrap.js",
"bootstrap:crna-kitchen-sink": "npm --prefix examples/crna-kitchen-sink install",
"bootstrap:crna-kitchen-sink": "npm --prefix examples-native/crna-kitchen-sink install",
"bootstrap:docs": "yarn install --cwd docs",
"build-packs": "lerna exec --scope '@storybook/*' --parallel -- \\$LERNA_ROOT_PATH/scripts/build-pack.sh \\$LERNA_ROOT_PATH/packs",
"build-storybooks": "./scripts/build-storybooks.sh",
Expand Down
2 changes: 1 addition & 1 deletion scripts/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const tasks = {
// )}`,
// defaultValue: false,
// option: '--reactnativeapp',
// projectLocation: './examples/crna-kitchen-sink',
// projectLocation: './examples-native/crna-kitchen-sink',
// isJest: true,
// }),
cli: createProject({
Expand Down

0 comments on commit 066184c

Please sign in to comment.