Skip to content

Commit 815907f

Browse files
committed
fix build script to use yarn
1 parent 4e2e49e commit 815907f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"types": "./dist/index.d.ts",
1616
"scripts": {
1717
"build": "microbundle",
18-
"prepack": "rimraf dist/*; npm run build",
18+
"prepack": "rimraf dist/*; yarn build",
1919
"dev": "microbundle watch"
2020
},
2121
"dependencies": {

0 commit comments

Comments
 (0)