diff options
| -rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index de6e6e0..b9c86ab 100644 --- a/package.json +++ b/package.json @@ -3,8 +3,8 @@ "version": "1.0.0", "description": "", "scripts": { - "start": "PER_PAGE=${PER_PAGE:=5} ./make-inject-env.sh && parcel --port 8001 src/index.html", - "build": "PER_PAGE=${PER_PAGE:=5} parcel build src/index.html" + "start": "./make-inject-env.sh && parcel --port 8001 src/index.html", + "build": "parcel build src/index.html" }, "browserslist": "defaults", "parcelIgnore": [ |
