From 440e79d747174bb539ad6ea9d9a07e1747ed6852 Mon Sep 17 00:00:00 2001 From: Benjamin Trosch Date: Thu, 6 Apr 2023 17:04:46 -0400 Subject: [PATCH] chore: added .nojekyll file to public folder --- package.json | 2 +- public/.nojekyll | 0 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 public/.nojekyll diff --git a/package.json b/package.json index ae89fa75..c00b6987 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "scripts": { "start": "storybook dev -p 6006", "dist": "microbundle --jsx React.createElement --jsxFragment React.Fragment --jsxImportSource react --globals react/jsx-runtime=jsx --format modern,cjs,esm --css inline --compress false", - "docs": "storybook build -o ./docs -s ./public && touch ./docs/.nojekyll", + "docs": "storybook build -o ./docs -s ./public", "test": "jest", "format": "prettier --write ./src", "prepublishOnly": "npm run dist", diff --git a/public/.nojekyll b/public/.nojekyll new file mode 100644 index 00000000..e69de29b