diff --git a/repl/package.json b/repl/package.json index 8ccfce08..9ca02de2 100644 --- a/repl/package.json +++ b/repl/package.json @@ -19,7 +19,7 @@ }, "scripts": { "start": "react-scripts start", - "build": "BUILD_PATH='../docs' react-scripts build && npm run build-tutorial && cp ../.nojekyll ../docs", + "build": "BUILD_PATH='../docs' react-scripts build && npm run build-tutorial", "test": "react-scripts test", "eject": "react-scripts eject", "tutorial": "parcel src/tutorial/index.html --no-cache", diff --git a/repl/public/.nojekyll b/repl/public/.nojekyll new file mode 100644 index 00000000..e69de29b diff --git a/repl/public/CNAME b/repl/public/CNAME new file mode 100644 index 00000000..63687b2b --- /dev/null +++ b/repl/public/CNAME @@ -0,0 +1 @@ +strudel.tidalcycles.org