add nojekyll

This commit is contained in:
Felix Roos 2022-02-05 13:16:46 +01:00
parent 07d534b43c
commit e024c091b7
3 changed files with 1 additions and 1 deletions

0
docs/.nojekyll Normal file
View File

View File

@ -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}\""

0
repl/public/.nojekyll Normal file
View File