We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a57834 commit fbf56e1Copy full SHA for fbf56e1
package.json
@@ -2,7 +2,7 @@
2
"name": "@geode/opengeodeweb-front",
3
"scripts": {
4
"lint": "eslint --fix --ext .js,.vue --ignore-path .gitignore .",
5
- "test": "npm run test:unit",
+ "test": "npm run test --project unit",
6
"test:unit": "npm run test --project unit",
7
"test:integration": "npm run test --project integration",
8
"coverage": "vitest run --coverage",
0 commit comments