Skip to content

Commit d06950d

Browse files
committed
fix test
1 parent 4879d7e commit d06950d

File tree

2 files changed

+26
-23
lines changed

2 files changed

+26
-23
lines changed

package-lock.json

Lines changed: 21 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@
2525
"scripts": {
2626
"build": "rollup -c rollup.conf.js",
2727
"test": "npm run lint && npm run test:ts",
28-
"test:ts": "tsc -p .",
29-
"test:dts": "npm i vue@2 --no-save && check-dts test/*.ts",
28+
"test:ts": "npm run test:prepare && tsc -p .",
29+
"test:dts": "npm run test:prepare && check-dts test/*.ts",
30+
"test:prepare": "npm i vue@2 --no-save",
3031
"lint": "eslint src/*.js",
3132
"lint:fix": "eslint src/*.js --fix",
3233
"prepublishOnly": "npm run test && npm run build",
@@ -55,12 +56,12 @@
5556
"@babel/preset-env": "^7.20.2",
5657
"@rollup/plugin-babel": "^6.0.3",
5758
"@rollup/plugin-terser": "^0.4.0",
58-
"check-dts": "^0.6.7",
59+
"check-dts": "^0.7.0",
5960
"eslint": "^8.33.0",
6061
"eslint-config-airbnb-base": "^15.0.0",
6162
"eslint-plugin-import": "^2.27.5",
6263
"pre-commit": "^1.2.2",
63-
"rollup": "^3.13.0",
64+
"rollup": "^3.14.0",
6465
"typescript": "^4.9.5"
6566
}
6667
}

0 commit comments

Comments
 (0)