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 2bf02ce commit c5e81e9Copy full SHA for c5e81e9
package.json
@@ -19,7 +19,7 @@
19
"lint": "yarn constraints && turbo run lint --continue",
20
"build": "turbo run build --filter='./packages/**'",
21
"watch": "turbo run watch --filter='./packages/**'",
22
- "dev": "yarn workspace @playground/nOxt-playground run dev",
+ "dev": "yarn workspace @playground/next-playground run dev",
23
"prepush": "yarn lint && CI=true yarn test --colors --silent",
24
"postinstall": "husky install",
25
"changeset": "changeset",
0 commit comments