migrate postinstall from py to js

This commit is contained in:
Zamitto
2024-04-26 23:02:21 -03:00
parent 3b26d9ffdc
commit bf218e9ce6
4 changed files with 11 additions and 10 deletions

View File

@@ -18,7 +18,7 @@
"publish": "electron-forge publish",
"lint": "eslint .",
"format": "prettier . --write",
"postinstall": "python3 ./postinstall.py"
"postinstall": "node ./postinstall.js"
},
"devDependencies": {
"@electron-forge/cli": "^7.3.0",