Skip to content

Commit

Permalink
feat: Adding Keygen as an official publisher/updater for electron-bui…
Browse files Browse the repository at this point in the history
…lder #6167
  • Loading branch information
mmaietta committed Aug 22, 2021
1 parent 2656b5e commit daf7b7d
Show file tree
Hide file tree
Showing 31 changed files with 809 additions and 212 deletions.
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

0 comments on commit daf7b7d

Please sign in to comment.