Skip to content

Commit 618b8dc

Browse files
committed
test: new test script added
1 parent 72a9c17 commit 618b8dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
"lint": "eslint .",
6767
"lint:fix": "eslint . --fix",
6868
"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",
6970
"test:types": "yarn dev:prepare && vue-tsc --noEmit && cd playground && vue-tsc --noEmit",
7071
"test:unit": "./scripts/test-unit.sh",
7172
"test:sqlite": "./scripts/test-sqlite.sh",

0 commit comments

Comments
 (0)