Skip to content

Commit

Permalink
build(scripts): add npx
Browse files Browse the repository at this point in the history
  • Loading branch information
ph1p committed Jul 3, 2022
1 parent d8120ad commit e3d2eb6
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 @@ -12,7 +12,7 @@
"build:web": "yarn workspace web build",
"build:server": "yarn workspace server build",
"lint": "yarn workspace plugin lint && yarn workspace web lint && yarn workspace shared lint && yarn workspace server lint",
"version": "conventional-changelog -p karma -i CHANGELOG.md -s -r 0 && git add ."
"version": "npx conventional-changelog -p karma -i CHANGELOG.md -s -r 0 && git add ."
},
"author": "Philip Stapelfeldt <me@ph1p.dev>",
"repository": {
Expand Down

1 comment on commit e3d2eb6

@vercel
Copy link

@vercel vercel bot commented on e3d2eb6 Jul 3, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

figma-chat – ./

figma-chat-ph1p.vercel.app
figma-chat-git-master-ph1p.vercel.app
figma-chat.vercel.app

Please sign in to comment.