From f6d40d90ba1cfd8508cf556561a606f1401829f8 Mon Sep 17 00:00:00 2001 From: Mike Parks Date: Thu, 25 Jul 2024 16:44:12 -0700 Subject: [PATCH] Change build rule --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fd0c148..a297a7a 100755 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "scripts": { "build": "parcel build demo/index.html -d docs --public-url ./ && typedoc", "predeploy": "npm run build", - "deploy": "gh-pages -d build", + "deploy": "gh-pages -d docs", "build-full": "rollup -c", "build-docs": "parcel build demo/index.html -d docs --public-url ./ && typedoc" },