build: start action uses node of current shell

This commit is contained in:
Jonas Gloning 2023-01-09 21:26:13 +01:00
parent dc4e45abc1
commit c82321f772
No known key found for this signature in database
GPG Key ID: 684639B5E59E7614

View File

@ -54,7 +54,7 @@
"test": "npm run lint && mocha",
"coverage": "nyc mocha",
"coverage:lcov": "nyc --reporter=lcov mocha",
"start": "dist/bin/peerjs.js --port ${PORT:=9000}",
"start": "node dist/bin/peerjs.js --port ${PORT:=9000}",
"dev": "nodemon --watch src -e ts --exec npm run start",
"semantic-release": "semantic-release"
},