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.
2 parents 1b9342e + 616649a commit 6bc5776Copy full SHA for 6bc5776
demo/package.json
@@ -4,9 +4,11 @@
4
"private": true,
5
"license": "MIT",
6
"scripts": {
7
- "dev": "node server.js",
8
- "build": "next build && next export",
9
- "start": "NODE_ENV=production node server.js"
+ "prebuild": "cd .. && yarn && yarn build",
+ "prebuild:npm": "cd .. && npm i && npm run build",
+ "dev": "next",
10
+ "build": "next build",
11
+ "start": "NODE_ENV=production next start"
12
},
13
"dependencies": {
14
"babel-plugin-polished": "^1.0.3",
0 commit comments