edited package.json

This commit is contained in:
StockiP
2022-04-19 14:56:39 +02:00
parent 1a97a85dcf
commit 6d10b944af

View File

@@ -5,7 +5,7 @@
"main": "app.js", "main": "app.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1", "test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc -p", "build": "tsc",
"start": "lite-server" "start": "lite-server"
}, },
"repository": { "repository": {