Skip to content

Commit dacd90c

Browse files
adamruzickaMariaAga
authored andcommitted
feat(root): drop stories package
BREAKING CHANGE: Removes stories package
1 parent 8b43a75 commit dacd90c

29 files changed

+4
-20692
lines changed

.cz-config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ const scopes = [
4646
'builder',
4747
'eslint-plugin-foreman',
4848
'eslint-plugin-rules',
49-
'stories',
5049
'test',
5150
'vendor',
5251
'vendor-dev',

.github/workflows/build-tarballs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: 'ubuntu-latest'
1010
strategy:
1111
matrix:
12-
package: ['builder', 'eslint-plugin-foreman', 'eslint-plugin-rules', 'find-foreman', 'stories', 'test', 'vendor-core', 'vendor-dev', 'vendor']
12+
package: ['builder', 'eslint-plugin-foreman', 'eslint-plugin-rules', 'find-foreman', 'test', 'vendor-core', 'vendor-dev', 'vendor']
1313

1414
steps:
1515
# only run if changes are detected in specified path
@@ -28,9 +28,9 @@ jobs:
2828
- name: Checkout foreman-js
2929
if: ${{ steps.changes.outputs.matched == 'true' }}
3030
uses: actions/checkout@v2
31-
- name: Package tarball
31+
- name: Package tarball
3232
if: ${{ steps.changes.outputs.matched == 'true' }}
33-
run: npm pack
33+
run: npm pack
3434
working-directory: ${{ github.workspace }}/packages/${{ matrix.package }}
3535
- name: Upload tarball locally
3636
if: ${{ steps.changes.outputs.matched == 'true' }}

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ In your CSS code, the `@import` statements _do_ need to be explicit; see [this p
3737
- [@theforeman/test](packages/test) - Adds theforeman testing tools to you project, including jest, enzyme and other utils.
3838
- [@theforeman/eslint-plugin-foreman](packages/eslint-plugin-foreman) - Shared `eslint` configuration. Opinionated styling for Foreman core and plugins.
3939
- [@theforeman/eslint-plugin-rules](packages/eslint-plugin-rules) - Shared `eslint` custom rules. Opinionated styling for Foreman core and plugins.
40-
- [@theforeman/stories](packages/stories) - React Storybook for the Foreman project (JavaScript and React documentation for developers)
4140
- [@theforeman/find-foreman](packages/find-foreman) - Package to find full path of Foreman relative to Foreman plugin.
4241

4342
## Contributing

packages/stories/.gitignore

Lines changed: 0 additions & 66 deletions
This file was deleted.

packages/stories/.npmignore

Lines changed: 0 additions & 64 deletions
This file was deleted.

0 commit comments

Comments
 (0)