Skip to content

Commit a428fec

Browse files
committed
chore: remove cli publish script
1 parent 04289aa commit a428fec

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
"start": "next start",
88
"lint": "next lint",
99
"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"
10+
"prebuild": "prisma generate"
1211
},
1312
"dependencies": {
1413
"@codesandbox/sandpack-react": "^0.13.15",

0 commit comments

Comments
 (0)