mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
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:
parent
aa978276c1
commit
29c9c17e1b
3
.github/workflows/deploy-fleet-website.yml
vendored
3
.github/workflows/deploy-fleet-website.yml
vendored
@ -58,9 +58,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
go-version: 1.19
|
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!
|
# Now start building!
|
||||||
# > …but first, get a little crazy for a sec and delete the top-level package.json file
|
# > …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
|
# > i.e. the one used by the Fleet server. This is because require() in node will go
|
||||||
|
1
website/.eslintignore
vendored
1
website/.eslintignore
vendored
@ -1,4 +1,3 @@
|
|||||||
assets/dependencies/**/*.js
|
assets/dependencies/**/*.js
|
||||||
views/**/*.ejs
|
views/**/*.ejs
|
||||||
assets/storybook/*
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user