Skip to content

Commit

Permalink
Merge branch 'main' into mnv-creds-logs
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosnav committed Sep 19, 2024
2 parents eef9136 + 0b783b9 commit cc502f6
Show file tree
Hide file tree
Showing 21 changed files with 1,534 additions and 27 deletions.
4 changes: 3 additions & 1 deletion extensions/vscode/justfile
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ run *args:
npm run {{ args }}

# Executes npm test
# Executes npm test and npm run test-unit
test:
#!/usr/bin/env bash
set -eou pipefail
Expand All @@ -225,6 +225,8 @@ test:
npm test
fi

npm run test-unit


uninstall editor="code":
#!/usr/bin/env bash
Expand Down
Loading

0 comments on commit cc502f6

Please sign in to comment.