Skip to content

Commit

Permalink
build: use npx
Browse files Browse the repository at this point in the history
  • Loading branch information
feywind committed Sep 16, 2024
1 parent e32dce3 commit dd586ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"compile": "npm run tsc && npm run sampletsc",
"clean": "gts clean && rm -rf build/",
"precompile": "npm run clean",
"typeless": "typeless-sample-bot --outputpath . --targets . --recursive",
"typeless": "npx typeless-sample-bot --outputpath . --targets . --recursive",
"posttypeless": "gts fix"
},
"dependencies": {
Expand Down

0 comments on commit dd586ae

Please sign in to comment.