Skip to content

Commit

Permalink
build: fix make invocation in tools.yml
Browse files Browse the repository at this point in the history
Be in the correct directory for `make lint-md-rollup`.
  • Loading branch information
Trott committed Nov 20, 2021
1 parent a37b9c8 commit 5206fb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
if [ "$NEW_VERSION" != "" ]; then
echo "NEW_VERSION=$NEW_VERSION" >> $GITHUB_ENV
rm -rf package-lock.json node_modules && npm install --ignore-scripts
cd ../..
make lint-md-rollup
fi
steps:
Expand Down

0 comments on commit 5206fb5

Please sign in to comment.