mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2026-04-14 18:16:52 +00:00
Remove yarn, switch to npm
Co-authored-by: marocchino <128431+marocchino@users.noreply.github.com>
This commit is contained in:
parent
d8d1962333
commit
0ff85181fc
5 changed files with 2560 additions and 1138 deletions
|
|
@ -15,7 +15,7 @@
|
|||
"test:watch": "vitest",
|
||||
"coverage": "vitest run --coverage",
|
||||
"build_test": "tsc && vitest run",
|
||||
"all": "yarn build && yarn format && yarn lint && yarn package && yarn test"
|
||||
"all": "npm run build && npm run format && npm run lint && npm run package && npm run test"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue