perf: refs #7220 package scripts
This commit is contained in:
parent
215746036e
commit
f57d3cf84b
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue