Skip to content

Commit

Permalink
skip autogenerated 🤦‍♀️
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbhmr authored Aug 17, 2023
1 parent bd53bbe commit 27a0010
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 465 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: npm install -g @devcontainers/cli
- run: devcontainer features test -f ${{ matrix.id }}
- run: devcontainer features test -f ${{ matrix.id }} --skip-autogenerated
230 changes: 0 additions & 230 deletions src/prettier/install-node..sh

This file was deleted.

3 changes: 1 addition & 2 deletions src/prettier/install.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/bin/bash
set -ex
tree -a
command -v npm || bash install-node.sh
command -v npm || echo "Needs ghcr.io/devcontainers/features/node or similar"

npm install -g prettier@$VERSION

Expand Down
Loading

0 comments on commit 27a0010

Please sign in to comment.