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 4ae90b2 commit 0dffdd5
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 @@ -21,7 +21,8 @@
"start": "node build/index.js",
"lint": "eslint \"src/**/*.{js,jsx,ts,tsx}\"",
"lint:fix": "npm run lint -- --fix",
"prepublishOnly": "npm run lint && npm run build"
"prepublishOnly": "npm run lint && npm run build",
"git:head": "git checkout master && git pull"
},
"engines": {
"node": "18.*"
Expand Down

0 comments on commit 0dffdd5

Please sign in to comment.