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 0b148c7 commit 23dba42Copy full SHA for 23dba42
package.json
@@ -21,7 +21,7 @@
21
"build": "turbo run build --filter='./packages/**'",
22
"watch": "turbo run watch --filter='./packages/**'",
23
"dev": "yarn workspace @playground/next-playground run dev",
24
- "prepush": "yarn run tsc --affected",
+ "prepush": "turbo run tsc --affected",
25
"postinstall": "husky install",
26
"changeset": "changeset",
27
"update-versions-and-changelogs": "changeset version && yarn version-run-all && bash scripts/update-lockfile.sh",
0 commit comments