We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04289aa commit a428fecCopy full SHA for a428fec
1 file changed
package.json
@@ -7,8 +7,7 @@
7
"start": "next start",
8
"lint": "next lint",
9
"format": "npx prettier --write \"**/*.{js,ts,jsx,tsx,json,css,md,html}\"",
10
- "prebuild": "prisma generate",
11
- "publish-cli": "np --contents cli/ --no-tests --no-2fa"
+ "prebuild": "prisma generate"
12
},
13
"dependencies": {
14
"@codesandbox/sandpack-react": "^0.13.15",
0 commit comments