Skip to content
This repository was archived by the owner on Sep 2, 2022. It is now read-only.

Commit b836fa8

Browse files
committed
Remove unnecessary yarn prefix from type-check script
1 parent 2fa6cd8 commit b836fa8

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
@@ -10,7 +10,7 @@
1010
"release": "lerna publish --no-verify-access --yes from-package",
1111
"format": "prettier --write '**/*.{ts,js,json}' && eslint --fix --max-warnings=0 --ext=.ts,.js .",
1212
"lint": "prettier --check '**/*.{ts,js,json}' && eslint --max-warnings=0 --ext=.ts,.js .",
13-
"type-check": "yarn tsc --noEmit",
13+
"type-check": "tsc --noEmit",
1414
"test": "jest --verbose",
1515
"test:cov": "yarn test --coverage",
1616
"postinstall": "yarn --cwd=packages/core build"

0 commit comments

Comments
 (0)