From e024c091b7443c4db88aed9a919d9556d2080daa Mon Sep 17 00:00:00 2001 From: Felix Roos Date: Sat, 5 Feb 2022 13:16:46 +0100 Subject: [PATCH] add nojekyll --- docs/.nojekyll | 0 repl/package.json | 2 +- repl/public/.nojekyll | 0 3 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 docs/.nojekyll create mode 100644 repl/public/.nojekyll diff --git a/docs/.nojekyll b/docs/.nojekyll new file mode 100644 index 00000000..e69de29b diff --git a/repl/package.json b/repl/package.json index ee6f3cfd..eabaec9d 100644 --- a/repl/package.json +++ b/repl/package.json @@ -1,7 +1,7 @@ { "scripts": { "start": "snowpack dev", - "build": "snowpack build", + "build": "snowpack build && cp ./public/.nojekyll ../docs", "test": "web-test-runner \"src/**/*.test.tsx\"", "format": "prettier --write \"src/**/*.{js,jsx,ts,tsx}\"", "lint": "prettier --check \"src/**/*.{js,jsx,ts,tsx}\"" diff --git a/repl/public/.nojekyll b/repl/public/.nojekyll new file mode 100644 index 00000000..e69de29b