Skip to content

Commit

Permalink
correct use of npx
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Aug 18, 2023
1 parent 4d7b8f6 commit a900b94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"token": "cd packages/sample && yarn token",
"typecheck": "yarn --cwd packages/core run typecheck && yarn --cwd packages/vscode run typecheck && yarn --cwd packages/cli run typecheck",
"package": "cd packages/vscode && yarn package",
"release:draft": "npx release-it --yes",
"release:vsix": "npx release-it --yes --no-increment --no-git --github.release --github.update --github.assets=packages/vscode/coarch.vsix --no-github.draft",
"release:draft": "npx --yes release-it",
"release:vsix": "npx --yes release-it --no-increment --no-git --github.release --github.update --github.assets=packages/vscode/coarch.vsix --no-github.draft",
"release": "yarn compile && yarn package && yarn release:draft && yarn compile && yarn package && yarn release:vsix"
},
"release-it": {
Expand Down

0 comments on commit a900b94

Please sign in to comment.