This commit is contained in:
Miodec 2025-12-23 20:06:37 +01:00
parent 357972ec77
commit 39764053ac
2 changed files with 2 additions and 3 deletions

View file

@ -111,7 +111,6 @@
"to": "https://cdn.discordapp.com/emojis/829545048340168757.png?v=1"
},
{
"type": "emoji",
"from": "100",
@ -6882,4 +6881,4 @@
"from": "secret",
"to": "㊙️"
}
]
]

View file

@ -1,10 +1,10 @@
{
"name": "@monkeytype/release",
"private": true,
"type": "module",
"bin": {
"monkeytype-release": "./src/index.js"
},
"type": "module",
"scripts": {
"dev": "nodemon --watch src --exec \"node ./src/index.js --dry\"",
"dev-hotfix": "nodemon --watch src --exec \"node ./src/index.js --dry --hotfix\"",