mirror of
https://github.com/koodiklinikka/koodiklinikka.fi.git
synced 2026-03-06 12:01:10 +00:00
Fix up build commands
This commit is contained in:
@@ -4,12 +4,11 @@
|
||||
"description": "Koodiklinikka homepage",
|
||||
"author": "Riku Rouvila <riku.rouvila@leonidasoy.fi>",
|
||||
"license": "MIT",
|
||||
"main": "gulpfile.js",
|
||||
"scripts": {
|
||||
"start": "rm -rf public && gulp",
|
||||
"build": "rm -rf public && gulp build",
|
||||
"dev": "SERVER=http://localhost:9000/ ENV=development npm start",
|
||||
"prod": "ENV=production npm start",
|
||||
"start": "next",
|
||||
"build": "next build && next export",
|
||||
"dev": "SERVER=http://localhost:9000/ ENV=development next",
|
||||
"prod": "ENV=production next build && next export",
|
||||
"lint": "eslint --ext .jsx --ext .js ."
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user