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