Skip to content

Commit

Permalink
removing npx
Browse files Browse the repository at this point in the history
  • Loading branch information
jonolane committed Nov 18, 2023
1 parent b6ecc34 commit 908d4ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sanityUpdateDisplay.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
# run: pkill -f 'gatsby'

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

- name: Start Gatsby development server
env:
GATSBY_LOG_LEVEL: debug
run: npx gatsby develop
run: gatsby develop
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"scripts": {
"build": "gatsby build",

"develop": "npx gatsby develop",
"develop": "gatsby develop",

"start": "gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
Expand Down

0 comments on commit 908d4ee

Please sign in to comment.