mirror of
https://github.com/twentyhq/twenty.git
synced 2024-11-29 19:10:19 +03:00
2828492945
Fix for `build` CI on `twenty-chrome-extension` --------- Co-authored-by: Thaïs Guigon <guigon.thais@gmail.com>
11 lines
172 B
JSON
11 lines
172 B
JSON
{
|
|
"name": "twenty-chrome-extension",
|
|
"description": "",
|
|
"private": true,
|
|
"version": "0.0.1",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "npx vite build"
|
|
}
|
|
}
|