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 b6704cf commit b17f6e5Copy full SHA for b17f6e5
package.json
@@ -20,7 +20,7 @@
20
"build": "turbo run build --filter='./packages/**'",
21
"watch": "turbo run watch --filter='./packages/**'",
22
"dev": "yarn workspace @playground/next-playground run dev",
23
- "prepush": "turbo run lint --filter='...[master...HEAD]' && CI=true yarn turbo run test --filter='...[master...HEAD]' -- --colors --silent",
+ "prepush": "turbo run lint --filter='...[master...HEAD]'",
24
"postinstall": "husky install",
25
"changeset": "changeset",
26
"update-versions-and-changelogs": "changeset version && yarn version-run-all && bash scripts/update-lockfile.sh",
0 commit comments