mirror of
https://github.com/twentyhq/twenty.git
synced 2026-02-05 13:32:50 -05:00
Now the source of truth for the version is set during the build process. We set it as an environment variable from the tags. We could add it back to the package.json during the build process (from the git tag), but there is not use for it at the moment since it's not npm packages.
11 lines
178 B
JSON
11 lines
178 B
JSON
{
|
|
"name": "twenty-e2e-testing",
|
|
"description": "",
|
|
"author": "",
|
|
"private": true,
|
|
"license": "AGPL-3.0",
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.51.0"
|
|
}
|
|
}
|