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