mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-28 10:28:09 -04:00
* Package & distribute frontend bundle when doing releases for Linux * Only check for tar.xz frontend bundle * debug * Fix sd-desktop
20 lines
394 B
JSON
20 lines
394 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.7",
|
|
"@actions/core": "^1.10.1",
|
|
"@actions/glob": "^0.4.0",
|
|
"@actions/io": "^1.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"@vercel/ncc": "^0.38.1",
|
|
"@sd/config": "workspace:*"
|
|
}
|
|
}
|