Skip to content

Commit

Permalink
test: typescript-eslint directory
Browse files Browse the repository at this point in the history
  • Loading branch information
haifeng-li-at-salesforce committed Sep 23, 2024
1 parent 02be85d commit c767322
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
node-version: ${{ matrix.node }}
- run: npm install
- run: |
if [[ -d node_moduel/@typescript-eslint ]]; then
echo ""@typescript-eslint package exists in root directory."
if [[ -d node_module/@typescript-eslint ]]; then
echo "@typescript-eslint package exists in root directory."
else
echo "@typescript-eslint package does not exist in root directory."
fi
Expand Down

0 comments on commit c767322

Please sign in to comment.