Remove build-storybook step from deploy website workflow (#11209)

Changes:
- Removed the build-storybook step from the "Deploy Fleet website"
workflow
- Removed the storybook directory from `website/.eslintignore`
This commit is contained in:
Eric 2023-04-14 16:01:07 -05:00 committed by GitHub
parent aa978276c1
commit 29c9c17e1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 4 deletions

View File

@ -58,9 +58,6 @@ jobs:
with:
go-version: 1.19
# Download top-level dependencies and build Storybook in the website's assets/ folder
- run: npm install && npm run build-storybook -- -o ./website/assets/storybook --loglevel verbose
# Now start building!
# > …but first, get a little crazy for a sec and delete the top-level package.json file
# > i.e. the one used by the Fleet server. This is because require() in node will go

View File

@ -1,4 +1,3 @@
assets/dependencies/**/*.js
views/**/*.ejs
assets/storybook/*