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 863fbf2 commit c4e8d0bCopy full SHA for c4e8d0b
package.json
@@ -24,8 +24,7 @@
24
"build": "next build demo",
25
"export": "next export demo",
26
"deploy": "npm run build && npm run export",
27
- "start": "next start demo",
28
- "prepublishOnly": "node scripts/build.js"
+ "start": "next start demo"
29
},
30
"peerDependencies": {
31
"tailwindcss": ">=3.0.0 || >= 3.0.0-alpha.1"
scripts/build.js
0 commit comments