Skip to content

Commit

Permalink
workflow: modify packaging to work with keytar
Browse files Browse the repository at this point in the history
  • Loading branch information
JupiterPi committed Dec 26, 2024
1 parent 457325a commit 5438a7c
Show file tree
Hide file tree
Showing 5 changed files with 134 additions and 133 deletions.
52 changes: 21 additions & 31 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@
"lint": "eslint src/**/* --ext .js,.jsx,.ts,.tsx",
"test": "jest",
"generateKey": "node generateKey.mjs",
"build": "tsc && node injectBuildInfo.mjs && esbuild build/index.js --bundle --outfile=dist/bundle.js --format=cjs --platform=node",
"package-all": "npm run build && node packageAllPlatforms.mjs",
"package-win-linux": "npm run build && node packageAllPlatforms.mjs --only-win-linux",
"package-macos": "npm run build && node packageAllPlatforms.mjs --only-macos",
"build": "tsc && node injectBuildInfo.mjs && esbuild build/index.js --bundle --outfile=dist/bundle.js \"--external:*keytar.node\" --external:keytar --format=cjs --platform=node",
"package": "npm run build && node package.mjs",
"bump-filen-dependencies": "npm i @filen/sdk@latest @filen/sync@latest @filen/webdav@latest @filen/s3@latest @filen/network-drive@latest"
},
"engines": {
Expand All @@ -36,13 +34,15 @@
"arg": "^5.0.2",
"cli-progress": "^3.12.0",
"dedent": "^1.5.3",
"keytar": "^7.9.0",
"open": "^7.4.2",
"read": "^4.0.0",
"uuid-by-string": "^4.0.0"
},
"devDependencies": {
"@types/cli-progress": "^3.11.6",
"@types/jest": "^29.5.12",
"@types/mute-stream": "^0.0.4",
"@types/node": "^22.9.0",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^6.20.0",
Expand Down
Loading

0 comments on commit 5438a7c

Please sign in to comment.