mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-11 05:46:17 +00:00
migrate postinstall from py to js
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user