changed working directory

This commit is contained in:
MrGeorgen
2020-06-29 14:57:59 +02:00
parent 1d0f13a522
commit a9c5071e88
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@
"author": "MrGeorgen",
"repository": "git://git.redstoneunion.de/MrGeorgen/2smart2wait.git",
"scripts": {
"start": "(cd src && node main.js && cd -)"
"start": "node src/main.js"
},
"license": "GPL-3.0-only",
"dependencies": {