-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: include SnapStoreOptions into schema
- Loading branch information
Showing
12 changed files
with
5,842 additions
and
5,752 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
"update-deps": "npm-check-updates -u && node ./scripts/update-deps.js", | ||
"set-versions": "node test/out/helpers/setVersions.js", | ||
"release": "yarn set-versions && BABEL_ENV=production yarn compile && sh ./__publish.sh && conventional-changelog -p angular -i CHANGELOG.md -s", | ||
"schema": "", | ||
"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", | ||
"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 [email protected]:electron-userland/electron-builder.git docs", | ||
|
@@ -35,7 +35,7 @@ | |
"@types/is-ci": "^2.0.0", | ||
"@types/semver": "^6.0.1", | ||
"app-builder-bin": "3.4.1", | ||
"archiver": "^3.0.0", | ||
"archiver": "^3.0.3", | ||
"async-exit-hook": "^2.0.1", | ||
"bluebird-lst": "^1.0.9", | ||
"chalk": "^2.4.2", | ||
|
Oops, something went wrong.