Skip to content

Commit

Permalink
removing npx from pkill before i try to install gatsby globally
Browse files Browse the repository at this point in the history
  • Loading branch information
jonolane committed Nov 17, 2023
1 parent e5ad982 commit c50c102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sanityUpdateDisplay.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
# run: npm install -g gatsby-cli

- name: Stop Gatsby development server
run: pkill -f "npx gatsby develop"
run: pkill -f "gatsby develop"

- name: Clean Gatsby cache
run: npx gatsby clean
Expand Down

0 comments on commit c50c102

Please sign in to comment.