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 3504327 commit d1363d2Copy full SHA for d1363d2
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]' && CI=true yarn turbo run test --filter='...[master...HEAD]' -- --colors --silent",
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