Skip to content

Commit

Permalink
fix: Failing npm run prepare:deps
Browse files Browse the repository at this point in the history
  • Loading branch information
widal001 committed Jan 14, 2025
1 parent 0087b75 commit 47c6524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/custom-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"type": "module",
"scripts": {
"prepare:deps": "cd ../../specs && npm run build && npm pack && cd ../examples/custom-api",
"prepare:deps": "cd ../../specs && npm install && npm run build && npm pack && cd ../examples/custom-api",
"typespec": "tsp compile src/main.tsp",
"lint": "eslint . --fix",
"format": "prettier --write . && tsp format lib",
Expand Down

0 comments on commit 47c6524

Please sign in to comment.