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 72a9c17 commit 618b8dcCopy full SHA for 618b8dc
package.json
@@ -66,6 +66,7 @@
66
"lint": "eslint .",
67
"lint:fix": "eslint . --fix",
68
"pretest": "node -v | grep -q 'v22' || (echo 'Please use Node.js v22 for testing' && exit 1)",
69
+ "test:release": "yarn test:types && yarn test:unit && yarn test:sqlite && yarn build && yarn lint:fix",
70
"test:types": "yarn dev:prepare && vue-tsc --noEmit && cd playground && vue-tsc --noEmit",
71
"test:unit": "./scripts/test-unit.sh",
72
"test:sqlite": "./scripts/test-sqlite.sh",
0 commit comments