transpiling before starting the server
This commit is contained in:
parent
5527be6ad8
commit
8402234743
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@ server.py
|
||||
/workflows
|
||||
/spaß
|
||||
/node_modules
|
||||
*.js
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
"description": "Visualiser for Uni2work workflows",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"start": "npx http-server --cors -o ./editor.html",
|
||||
"start": "start.sh",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user