strapi/scripts/front/package.json
2024-04-24 15:52:25 +02:00

9 lines
153 B
JSON

{
"name": "scripts-front",
"version": "5.0.0-beta.5",
"private": true,
"scripts": {
"test:front": "jest --config jest.config.front.js"
}
}