migrate missing files + fix tests

This commit is contained in:
Felix Roos 2022-05-14 20:51:00 +02:00
parent 645ea30b53
commit 92c17d6376
13 changed files with 416 additions and 2 deletions

View file

@ -1,2 +1,4 @@
- use react 17
- make sure @codemirror/state is installed once (single version)
- make sure @codemirror/state is installed once (single version)
"build": "BUILD_PATH='../docs' react-scripts build && npm run build-tutorial && npm run add-license",