Skip to content

Commit

Permalink
chore: Add workspaces git:head command
Browse files Browse the repository at this point in the history
  • Loading branch information
3y3 committed Oct 12, 2023
1 parent b73688c commit a46b4e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@
"_storybook:watch": "cd demo && npm run storybook",
"prepublishOnly": "npm run lint && npm run test && npm run build",
"prepare": "husky install",
"pre-commit": "lint-staged"
"pre-commit": "lint-staged",
"git:head": "git checkout master && git pull"
},
"dependencies": {
"@gravity-ui/icons": "^2.5.0",
Expand Down

0 comments on commit a46b4e6

Please sign in to comment.