mirror of
https://github.com/twentyhq/twenty.git
synced 2024-11-09 12:28:20 +03:00
3c9cd9ff4a
add release command remove unescessary yarn.lock
10 lines
138 B
JSON
10 lines
138 B
JSON
{
|
|
"name": "twenty",
|
|
"scripts": {
|
|
"release": "node infra/release/release.js"
|
|
},
|
|
"dependencies": {
|
|
"semver": "^7.5.4"
|
|
}
|
|
}
|