Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

front: nuke storybook #9147

Merged
merged 2 commits into from
Oct 4, 2024
Merged

front: nuke storybook #9147

merged 2 commits into from
Oct 4, 2024

Conversation

emersion
Copy link
Member

@emersion emersion commented Oct 2, 2024

This is badly outdated and we never use it in practice. It's easier to just directly test the components within the app.

@emersion emersion self-assigned this Oct 2, 2024
@emersion emersion marked this pull request as ready for review October 2, 2024 08:06
@emersion emersion requested a review from a team as a code owner October 2, 2024 08:06
@emersion emersion force-pushed the emr/upgrade-storybook branch 2 times, most recently from 92de157 to c706127 Compare October 2, 2024 12:38
@emersion emersion requested a review from a team as a code owner October 2, 2024 12:38
@emersion emersion changed the title front: upgrade storybook front: ~~upgrade~~ nuke storybook Oct 2, 2024
@emersion emersion changed the title front: ~~upgrade~~ nuke storybook front: nuke storybook Oct 2, 2024
@emersion emersion force-pushed the emr/upgrade-storybook branch 2 times, most recently from 8b137a4 to 8e17f04 Compare October 2, 2024 13:11
Copy link
Contributor

@Uriel-Sautron Uriel-Sautron left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@github-actions github-actions bot added area:front Work on Standard OSRD Interface modules area:ci Work on Continous Integration Pipeline Service labels Oct 3, 2024
Without dotenv the build fails. We were installing dotenv by chance
via storybook, but we'll drop that one in the next commit.

    #50 2.679 $ vite build
    #50 2.864 failed to load config from /app/vite.config.mts
    #50 2.864 error during build:
    #50 2.864 Error: Cannot find module 'dotenv'
    #50 2.864 Require stack:
    #50 2.864 - /app/node_modules/@import-meta-env/unplugin/dist/index.js
    #50 2.864     at Module._resolveFilename (node:internal/modules/cjs/loader:1225:15)
    #50 2.864     at Module._load (node:internal/modules/cjs/loader:1051:27)
    #50 2.864     at Module.require (node:internal/modules/cjs/loader:1311:19)
    #50 2.864     at require (node:internal/modules/helpers:179:18)
    #50 2.864     at Object.<anonymous> (/app/node_modules/@import-meta-env/unplugin/dist/index.js:107:22)
    #50 2.864     at Module._compile (node:internal/modules/cjs/loader:1469:14)
    #50 2.864     at Module._extensions..js (node:internal/modules/cjs/loader:1548:10)
    #50 2.864     at Module.load (node:internal/modules/cjs/loader:1288:32)
    #50 2.864     at Module._load (node:internal/modules/cjs/loader:1104:12)
    #50 2.864     at cjsLoader (node:internal/modules/esm/translators:346:17)

Signed-off-by: Simon Ser <contact@emersion.fr>
This is badly outdated and we never use it in practice. It's easier
to just directly test the components within the app.

Signed-off-by: Simon Ser <contact@emersion.fr>
@emersion emersion added this pull request to the merge queue Oct 4, 2024
Merged via the queue into dev with commit 87a6547 Oct 4, 2024
24 checks passed
@emersion emersion deleted the emr/upgrade-storybook branch October 4, 2024 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:ci Work on Continous Integration Pipeline Service area:front Work on Standard OSRD Interface modules
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants