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 7af5282 commit 1aaa661
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 @@ -7,7 +7,8 @@
"lint": "eslint \"src/**/*.{js,jsx,ts,tsx}\"",
"lint:fix": "npm run lint -- --fix",
"build": "webpack && tsc --emitDeclarationOnly --outDir build",
"prepublishOnly": "rm -rf build && npm ci && npm run build"
"prepublishOnly": "rm -rf build && npm ci && npm run build",
"git:head": "git checkout master && git pull"
},
"author": "",
"license": "ISC",
Expand Down

0 comments on commit 1aaa661

Please sign in to comment.