Skip to content

Commit

Permalink
fix: include SnapStoreOptions into schema
Browse files Browse the repository at this point in the history
  • Loading branch information
develar committed Jul 23, 2019
1 parent 7518aee commit 7aed22e
Show file tree
Hide file tree
Showing 12 changed files with 5,842 additions and 5,752 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down
Loading

0 comments on commit 7aed22e

Please sign in to comment.