infra(gha): fix ci workflow

This commit is contained in:
Will Chen
2025-04-14 23:22:23 -07:00
parent d268814d00
commit 086adc9955
2 changed files with 6 additions and 9 deletions

View File

@@ -8,6 +8,9 @@
"type": "git",
"url": "https://github.com/dyad-sh/dyad.git"
},
"engines": {
"node": ">=20"
},
"scripts": {
"start": "electron-forge start",
"package": "rm -rf out && rm -rf scaffold/node_modules && electron-forge package",
@@ -113,4 +116,4 @@
"update-electron-app": "^3.1.1",
"uuid": "^11.1.0"
}
}
}