Skip to content

Commit 6441311

Browse files
committed
Remove prepare script for now
1 parent 47fe732 commit 6441311

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
"build": "next build docs",
1212
"export": "next export docs",
1313
"deploy": "npm run build && npm run export",
14-
"start": "next start docs",
15-
"prepare": "node scripts/build.js"
14+
"start": "next start docs"
1615
},
1716
"peerDependencies": {
1817
"tailwindcss": "^1.0"

0 commit comments

Comments
 (0)