mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
might as well remove that
This commit is contained in:
parent
1310e708c4
commit
507949c12a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy-fleet-website.yml
vendored
2
.github/workflows/deploy-fleet-website.yml
vendored
|
|
@ -36,7 +36,7 @@ jobs:
|
|||
- run: rm -rf package.json package-lock.json node_modules/
|
||||
# > Turns out there's a similar issue with how eslint plugins are looked up, so we
|
||||
# > delete the top level .eslintrc file too.
|
||||
- run: rm -rf .eslintrc.js
|
||||
- run: rm -f .eslintrc.js
|
||||
|
||||
# Get dependencies (including dev deps)
|
||||
- run: cd website/ && npm install
|
||||
|
|
|
|||
Loading…
Reference in a new issue