Skip to content

Commit e773cba

Browse files
committed
add empty "test" script for CI
1 parent ce724d8 commit e773cba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/rtk-query-graphql-request-base-query/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"scripts": {
1717
"build": "microbundle",
1818
"prepack": "rimraf dist/*; yarn build",
19-
"dev": "microbundle watch"
19+
"dev": "microbundle watch",
20+
"test": "true"
2021
},
2122
"dependencies": {
2223
"graphql-request": "^4.0.0 || ^5.0.0 || ^6.0.0"

0 commit comments

Comments
 (0)