From ca7ea30a5d01d8efd60dc68697fd05d018417ca4 Mon Sep 17 00:00:00 2001 From: Moutonjr Geoff Date: Mon, 7 Oct 2019 10:32:22 +0200 Subject: [PATCH] Adding NPM install in README --- README.md | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3b3e586..5d2d313 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ # Use -* Run ```npm run build``` to compute the code. +* Run ```npm install``` and ```npm run build``` to compute the code. * Get in the root folder the website with an example of JSON inside. diff --git a/package.json b/package.json index 25165e8..a267b31 100644 --- a/package.json +++ b/package.json @@ -5,9 +5,9 @@ "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", - "prebuild": "mkdir images/ 2>/dev/null; true", + "prebuild": "mkdir images/ 2>/dev/null; true", "build": "html-inline -i src/index-notbundled.html -o index.html -b src/ --ignore-external", - "postbuild": "cp -n src/lessons.json.example lessons.json ; " + "postbuild": "cp -n src/lessons.json.example lessons.json ; " }, "keywords": [], "author": "",