0
0
Fork 0

refs #6104 fix package

This commit is contained in:
Jorge Penadés 2023-12-11 12:29:31 +01:00
parent 63372df35a
commit e7c9a18f36
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
"lint": "eslint --ext .js,.vue ./",
"format": "prettier --write \"**/*.{js,vue,scss,html,md,json}\" --ignore-path .gitignore",
"test:e2e": "cypress open",
"test:e2e:ci": "cypress run --browser chrome",
"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",
"test:unit:ci": "vitest run"