Skip to content

Commit 8c18e37

Browse files
committed
fix: replace yarn with pnpm in test script
1 parent cc82aa2 commit 8c18e37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"author": "Michele Bertoli",
2121
"license": "MIT",
2222
"scripts": {
23-
"test": "yarn test:web && yarn test:native && yarn test:preact && yarn lint:pkg",
23+
"test": "pnpm test:web && pnpm test:native && pnpm test:preact && pnpm lint:pkg",
2424
"test:web": "jest --color",
2525
"test:web:watch": "jest --watch",
2626
"test:native": "jest --color --config .jest.native.json",

0 commit comments

Comments
 (0)