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
|
/workflows
|
||||||
/spaß
|
/spaß
|
||||||
/node_modules
|
/node_modules
|
||||||
|
*.js
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
"description": "Visualiser for Uni2work workflows",
|
"description": "Visualiser for Uni2work workflows",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "npx http-server --cors -o ./editor.html",
|
"start": "start.sh",
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user