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 dff4530 commit 840f3ba
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 @@ -23,7 +23,8 @@
"lint:fix": "eslint --fix --max-warnings=0 \"{src,test}/**/*.{js,jsx,ts,tsx}\"",
"typecheck": "tsc -p tsconfig.json --noEmit",
"precommit": "npm run lint && npm run test",
"prepublishOnly": "npm run lint && npm run test && npm run build"
"prepublishOnly": "npm run lint && npm run test && npm run build",
"git:head": "git checkout master && git pull"
},
"dependencies": {
"@diplodoc/tabs-extension": "2.0.12",
Expand Down

0 comments on commit 840f3ba

Please sign in to comment.