Skip to content

Commit

Permalink
fix: cli relative path (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
jotanarciso authored Sep 3, 2024
1 parent 41bf720 commit c6b5fb4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"format": "npm run prettier --workspaces --if-present",
"format:check": "npm run prettier:check --workspaces --if-present",
"test": "npm run test --workspaces --if-present",
"download:cli": "node cli/scripts/download-cli.mjs",
"download:cli": "node ./cli/scripts/download-cli.mjs",
"postinstall": "npm run download:cli",
"build": "npm run download:cli && npm run compile"
},
Expand Down Expand Up @@ -72,7 +72,8 @@
"files": [
"README.md",
"package.json",
"packages/**/dist/**/*"
"packages/**/dist/**/*",
"cli/**/*"
],
"exports": {
".": {
Expand Down

0 comments on commit c6b5fb4

Please sign in to comment.