From 3164f89f2494aedf3d54ea6706829375f5f96230 Mon Sep 17 00:00:00 2001 From: Mike Phares Date: Thu, 25 Jul 2024 06:29:48 -0700 Subject: [PATCH] Specify Directory --- package-lock.json | 1 - package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index cd978d6..f476312 100644 --- a/package-lock.json +++ b/package-lock.json @@ -202,7 +202,6 @@ }, "node_modules/@clack/prompts/node_modules/is-unicode-supported": { "version": "1.3.0", - "extraneous": true, "inBundle": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 2eebcef..dbd7ddd 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "format": "npx prettier . --write", "test": "tsx ./quartz/util/path.test.ts && tsx ./quartz/depgraph.test.ts", "profile": "0x -D prof ./quartz/bootstrap-cli.mjs build --concurrency=1", - "publish": "npx netlify deploy --prod" + "publish": "npx netlify deploy --prod --dir public" }, "engines": { "npm": ">=9.3.1",