aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 2f4bf18..be311bc 100644
--- a/package.json
+++ b/package.json
@@ -9,6 +9,7 @@
"scripts": {
"clean": "rm -rf build dist",
"build": "gleam test && parcel build test/example/index.html",
+ "docs": "gleam build docs && cp -a ./build/dev/docs/lustre/. ./docs/",
"start": "gleam test && concurrently --kill-others \"chokidar \"src/*\" \"test/example/*\" -c \\\"gleam test\\\"\" \"parcel test/example/index.html\"",
"start:clean": "npm run clean && npm start"
},