Skip to content

Commit

Permalink
chore: use npx for gulp-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
doamatto committed Jan 10, 2025
1 parent a1be018 commit 10cb611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"lint": "eslint '*/**/*.{js,ts,tsx}' --quiet --fix",
"legacy-convert": "node src/legacy/convert",
"icons": "ts-node src/build/icons",
"build": "gulp"
"build": "npx gulp"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 10cb611

Please sign in to comment.