Skip to content

Commit fbf56e1

Browse files
fix recursive loop
1 parent 6a57834 commit fbf56e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@geode/opengeodeweb-front",
33
"scripts": {
44
"lint": "eslint --fix --ext .js,.vue --ignore-path .gitignore .",
5-
"test": "npm run test:unit",
5+
"test": "npm run test --project unit",
66
"test:unit": "npm run test --project unit",
77
"test:integration": "npm run test --project integration",
88
"coverage": "vitest run --coverage",

0 commit comments

Comments
 (0)