summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorErnst Widerberg <ernstwi@kth.se>2021-10-22 08:40:30 +0200
committerErnst Widerberg <ernstwi@kth.se>2021-10-22 08:40:30 +0200
commit9a1f512736480b7b1e8dcb37db3b4cdc0e4f5d11 (patch)
tree16bbd5eec43a47e7a6af9f70be717aec5d6159a4 /package.json
parent6dd492915885fa4ea40ad76315229968b688a5af (diff)
Add default value for PER_PAGE
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index ff4d08c..4ed5a85 100644
--- a/package.json
+++ b/package.json
@@ -3,8 +3,8 @@
"version": "1.0.0",
"description": "",
"scripts": {
- "start": "parcel --port 8001 src/index.html",
- "build": "parcel build src/index.html"
+ "start": "PER_PAGE=${PER_PAGE:=5} parcel --port 8001 src/index.html",
+ "build": "PER_PAGE=${PER_PAGE:=5} parcel build src/index.html"
},
"keywords": [],
"author": "",