Add release command (#2022)
add release command remove unescessary yarn.lock
This commit is contained in:
9
package.json
Normal file
9
package.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"name": "twenty",
|
||||
"scripts": {
|
||||
"release": "node infra/release/release.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"semver": "^7.5.4"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user