Skip to content

Commit 4adeec5

Browse files
committed
feat: add script to force update v1 git tag [skip ci]
1 parent 40c105a commit 4adeec5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"lint": "eslint src/**/*.js",
2626
"build": "ncc build src/index.js --license licenses.txt",
2727
"bump-version": "npm version patch",
28+
"update-v1-tag": "git tag v1 -f && git push origin v1 -f",
2829
"all": "npm run lint && npm run format && npm run build"
2930
},
3031
"dependencies": {
@@ -53,4 +54,4 @@
5354
"node": true
5455
}
5556
}
56-
}
57+
}

0 commit comments

Comments
 (0)