We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 216163f commit 19498c2Copy full SHA for 19498c2
package.json
@@ -63,6 +63,7 @@
63
"test:unit:coverage": "vitest run --coverage",
64
"test:unit:update-snapshots": "vitest --update",
65
"test-ci": "run-s test:*",
66
+ "testu": "npm run build:dist; VITEST=1 npm run build:test-dist ; npm run test:unit -- -u",
67
"update": "run-p --aggregate-output update:**",
68
"update:deps": "npx --yes npm-check-updates"
69
},
0 commit comments