perf: refs #7220 package scripts

This commit is contained in:
Javier Segarra 2024-10-20 02:02:16 +02:00
parent 215746036e
commit f57d3cf84b
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@
"lint": "eslint --ext .js,.vue ./",
"format": "prettier --write \"**/*.{js,vue,scss,html,md,json}\" --ignore-path .gitignore",
"test:e2e": "cypress open",
"test:e2e:unit": "cypress run --component",
"test:e2e:unit:ci": "cypress run -p 9000 --component",
"test:e2e:unit": "cypress open --component",
"test:e2e:unit:ci": "cypress run --component",
"test:e2e:ci": "cd ../salix && gulp docker && cd ../salix-front && cypress run",
"test": "echo \"See package.json => scripts for available tests.\" && exit 0",
"test:unit": "vitest",