Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Adding Keygen as an official publisher/updater for electron-builder #6167

Merged
merged 6 commits into from Aug 25, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 9 additions & 0 deletions .changeset/witty-kiwis-hope.md
@@ -0,0 +1,9 @@
---
"app-builder-lib": minor
"builder-util": minor
"builder-util-runtime": minor
"electron-publish": minor
"electron-updater": minor
---

feat: Adding Keygen as an official publisher/updater for electron-builder (#6167)
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -16,7 +16,7 @@
"pretest": "pnpm compile && pnpm lint && pnpm lint-deps",
"prettier": "prettier 'packages/**/*.{ts, js}' 'test/src/**/*.ts' --write",
"///": "Please see https://github.com/electron-userland/electron-builder/blob/master/CONTRIBUTING.md#run-test-using-cli how to run particular test instead full (and very slow) run",
"test": "node ./test/out/helpers/runTests.js skipArtifactPublisher ALL_TESTS=isCi",
"test": "node ./test/out/helpers/runTests.js skipArtifactPublisher",
"test-all": "pnpm pretest && node ./test/out/helpers/runTests.js",
"test-linux": "docker run --rm -ti -e UPDATE_SNAPSHOT=${UPDATE_SNAPSHOT:-false} -e TEST_FILES=\"${TEST_FILES:-HoistedNodeModuleTest}\" -v $(pwd):/project -v $(pwd)-node-modules:/project/node_modules -v $HOME/Library/Caches/electron:/root/.cache/electron -v $HOME/Library/Caches/electron-builder:/root/.cache/electron-builder electronuserland/builder:wine /bin/bash -c \"pnpm install && pnpm node ./test/out/helpers/runTests.js\"",
"test-update": "UPDATE_SNAPSHOT=true pnpm test-all",
Expand All @@ -25,7 +25,7 @@
"generate-changeset": "pnpm changeset",
"ci:version": "pnpm changelog && changeset version && node scripts/update-package-version-export.js && git add .",
"ci:publish": "pnpm compile && pnpm publish -r",
"schema": "typescript-json-schema packages/app-builder-lib/tsconfig.json Configuration --out packages/app-builder-lib/scheme.json --noExtraProps --useTypeOfKeyword --strictNullChecks --required && node ./scripts/fix-schema.js",
"schema": "typescript-json-schema packages/app-builder-lib/tsconfig-scheme.json Configuration --out packages/app-builder-lib/scheme.json --noExtraProps --useTypeOfKeyword --strictNullChecks --required && node ./scripts/fix-schema.js",
"jsdoc": "ts2jsdoc packages/builder-util-runtime packages/builder-util packages/app-builder-lib packages/electron-builder packages/electron-publish",
"jsdoc2md": "node scripts/jsdoc2md.js",
"/////": "git clone --single-branch -b docs git@github.com:electron-userland/electron-builder.git docs",
Expand Down Expand Up @@ -63,7 +63,7 @@
"source-map-support": "0.5.19",
"ts-jsdoc": "3.2.2",
"typescript": "4.3.5",
"typescript-json-schema": "0.50.1",
"typescript-json-schema": "^0.50.1",
"v8-compile-cache": "2.3.0"
},
"engines": {
Expand Down