We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc82aa2 commit 8c18e37Copy full SHA for 8c18e37
1 file changed
package.json
@@ -20,7 +20,7 @@
20
"author": "Michele Bertoli",
21
"license": "MIT",
22
"scripts": {
23
- "test": "yarn test:web && yarn test:native && yarn test:preact && yarn lint:pkg",
+ "test": "pnpm test:web && pnpm test:native && pnpm test:preact && pnpm lint:pkg",
24
"test:web": "jest --color",
25
"test:web:watch": "jest --watch",
26
"test:native": "jest --color --config .jest.native.json",
0 commit comments