Final v1 version

This commit is contained in:
Geoff Montel 2019-09-23 14:35:08 +02:00
parent d0a1d5760f
commit 6bf46f618f
2 changed files with 3 additions and 1 deletions

View File

@ -5,7 +5,9 @@
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1", "test": "echo \"Error: no test specified\" && exit 1",
"build": "html-inline -i src/index-notbundled.html -o index.html -b src/ --ignore-external" "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 ; "
}, },
"keywords": [], "keywords": [],
"author": "", "author": "",