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 47fe732 commit 6441311Copy full SHA for 6441311
package.json
@@ -11,8 +11,7 @@
11
"build": "next build docs",
12
"export": "next export docs",
13
"deploy": "npm run build && npm run export",
14
- "start": "next start docs",
15
- "prepare": "node scripts/build.js"
+ "start": "next start docs"
16
},
17
"peerDependencies": {
18
"tailwindcss": "^1.0"
0 commit comments