Skip to content

Commit

Permalink
linter fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Mark McCormick <[email protected]>
  • Loading branch information
mamccorm committed Nov 26, 2024
1 parent bcdfe63 commit edf9af3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions teleport.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ environment:
- build-base
- busybox
- ca-certificates-bundle
- rust
- cargo-auditable
- corepack
- go
Expand All @@ -28,6 +27,7 @@ environment:
- openssl-dev
- pnpm
- python3
- rust
- rustup
- wasm-pack
- yarn
Expand Down Expand Up @@ -55,7 +55,7 @@ pipeline:
rustup target add wasm32-unknown-unknown
pnpm config set package-import-method copy
# Install dependencies and build web assets
make ensure-js-deps
make ensure-webassets
Expand Down

0 comments on commit edf9af3

Please sign in to comment.