Skip to content

Commit

Permalink
postbeta
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed Mar 9, 2024
1 parent 28166a1 commit 4856193
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 0 additions & 1 deletion server/bin/dependencies → server/bin/postinstall
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ async function installScryptedServerRequirements() {
await pipInstall('psutil');
await pipInstall('prompt_toolkit');
await pipInstall('ptpython');
console.log('DONEZO', python)
}

installScryptedServerRequirements();
5 changes: 3 additions & 2 deletions server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scrypted/server",
"version": "0.94.18",
"version": "0.94.19",
"description": "",
"dependencies": {
"@bjia56/portable-python": "^0.1.3",
Expand Down Expand Up @@ -56,6 +56,7 @@
"main": "dist/scrypted-main-exports.js",
"types": "dist/scrypted-main-exports.d.ts",
"scripts": {
"postinstall": "node bin/postinstall",
"preserve": "npm run build",
"serve": "node --expose-gc dist/scrypted-main.js",
"serve-no-build": "node --expose-gc dist/scrypted-main.js",
Expand Down

0 comments on commit 4856193

Please sign in to comment.