Add release command (#2022)

add release command
remove unescessary yarn.lock
This commit is contained in:
brendanlaschke
2023-10-14 23:04:35 +02:00
committed by GitHub
parent 160b7039d9
commit 3c9cd9ff4a
4 changed files with 50 additions and 4 deletions

9
package.json Normal file
View File

@ -0,0 +1,9 @@
{
"name": "twenty",
"scripts": {
"release": "node infra/release/release.js"
},
"dependencies": {
"semver": "^7.5.4"
}
}