Skip to content

Commit

Permalink
feat(root): drop stories package
Browse files Browse the repository at this point in the history
BREAKING CHANGE:
Removes stories package
  • Loading branch information
adamruzicka authored and MariaAga committed Feb 5, 2024
1 parent 8b43a75 commit dacd90c
Show file tree
Hide file tree
Showing 29 changed files with 4 additions and 20,692 deletions.
1 change: 0 additions & 1 deletion .cz-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ const scopes = [
'builder',
'eslint-plugin-foreman',
'eslint-plugin-rules',
'stories',
'test',
'vendor',
'vendor-dev',
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-tarballs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: 'ubuntu-latest'
strategy:
matrix:
package: ['builder', 'eslint-plugin-foreman', 'eslint-plugin-rules', 'find-foreman', 'stories', 'test', 'vendor-core', 'vendor-dev', 'vendor']
package: ['builder', 'eslint-plugin-foreman', 'eslint-plugin-rules', 'find-foreman', 'test', 'vendor-core', 'vendor-dev', 'vendor']

steps:
# only run if changes are detected in specified path
Expand All @@ -28,9 +28,9 @@ jobs:
- name: Checkout foreman-js
if: ${{ steps.changes.outputs.matched == 'true' }}
uses: actions/checkout@v2
- name: Package tarball
- name: Package tarball
if: ${{ steps.changes.outputs.matched == 'true' }}
run: npm pack
run: npm pack
working-directory: ${{ github.workspace }}/packages/${{ matrix.package }}
- name: Upload tarball locally
if: ${{ steps.changes.outputs.matched == 'true' }}
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ In your CSS code, the `@import` statements _do_ need to be explicit; see [this p
- [@theforeman/test](packages/test) - Adds theforeman testing tools to you project, including jest, enzyme and other utils.
- [@theforeman/eslint-plugin-foreman](packages/eslint-plugin-foreman) - Shared `eslint` configuration. Opinionated styling for Foreman core and plugins.
- [@theforeman/eslint-plugin-rules](packages/eslint-plugin-rules) - Shared `eslint` custom rules. Opinionated styling for Foreman core and plugins.
- [@theforeman/stories](packages/stories) - React Storybook for the Foreman project (JavaScript and React documentation for developers)
- [@theforeman/find-foreman](packages/find-foreman) - Package to find full path of Foreman relative to Foreman plugin.

## Contributing
Expand Down
66 changes: 0 additions & 66 deletions packages/stories/.gitignore

This file was deleted.

64 changes: 0 additions & 64 deletions packages/stories/.npmignore

This file was deleted.

0 comments on commit dacd90c

Please sign in to comment.