mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-29 02:42:47 -04:00
* Fix frontend bundle upload - Update pnpm * Revert incorrect removal of fontenf packaging job * Fix tauri not building updater bundles * Ensure release action is executed when PRs modify the publish-artifacts action * Fix unused argument for patchTauri function * Couple for format fixes * tauri requires building the app bundle to build the updater
19 lines
363 B
JSON
19 lines
363 B
JSON
{
|
|
"name": "@sd/publish-artifacts",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "ncc build index.ts --minify",
|
|
"typecheck": "tsc -b",
|
|
"lint": "eslint . --cache"
|
|
},
|
|
"dependencies": {
|
|
"@actions/artifact": "^2.1.9",
|
|
"@actions/core": "^1.10.1",
|
|
"@actions/glob": "^0.5.0",
|
|
"@actions/io": "^1.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"@vercel/ncc": "^0.38.1"
|
|
}
|
|
}
|