From 71f9bfadcd318208e249eafb1347fc7584d9167c Mon Sep 17 00:00:00 2001 From: Phil Date: Thu, 2 Sep 2021 21:57:54 +0200 Subject: [PATCH] fix: update build script --- example/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/example/package.json b/example/package.json index 7ef45a0..7d02930 100644 --- a/example/package.json +++ b/example/package.json @@ -7,7 +7,8 @@ "docs": "../bin/vuepress-jsdoc.js --jsDocConfigPath ./jsdoc.json --source=./src --dist=./documentation --title=API --exclude=class.js --partials=./partials/*.hbs --readme=./README.md", "docs:dev": "npm run docs -- --watch", "dev": "npm run docs && vuepress dev documentation", - "build": "npm run docs && vuepress build documentation" + "build:local": "npm run docs && vuepress build documentation", + "build": "vuepress build documentation" }, "keywords": [], "author": "",