Skip to content

Commit

Permalink
chore: fix schema generation on windows (#328)
Browse files Browse the repository at this point in the history
  • Loading branch information
akozhemiakin authored Mar 17, 2020
1 parent a034fa6 commit be61137
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"author": "Vladimir Krivosheev <develar@gmail.com>",
"scripts": {
"compile": "cross-env ts-babel packages/electron-webpack test && yarn schema",
"lint": "tslint -c ./node_modules/electron-builder-tslint-config/tslint.json -p packages/electron-webpack --exclude '**/*.js'",
"lint": "tslint -c ./node_modules/electron-builder-tslint-config/tslint.json -p packages/electron-webpack --exclude \"**/*.js\"",
"release": "BABEL_ENV=production yarn compile && ./npm-publish.sh && conventional-changelog -p angular -i CHANGELOG.md -s",
"test": "yarn compile && yarn lint && jest",
"serve-docs": "mkdocs serve",
"deploy-docs": "mkdocs build --clean && netlifyctl deploy --publish-directory site",
"schema": "ts-json-schema-generator --path 'packages/electron-webpack/src/**/*.ts' --no-top-ref --no-type-check --type ElectronWebpackConfiguration --expose export > packages/electron-webpack/scheme.json",
"schema": "ts-json-schema-generator --path \"packages/electron-webpack/src/**/*.ts\" --no-top-ref --no-type-check --type ElectronWebpackConfiguration --expose export > packages/electron-webpack/scheme.json",
"//": "update-deps task intended only for core maintainers",
"update-deps": "npm-check-updates -u && npx lerna exec -- npm-check-updates -u"
},
Expand Down

0 comments on commit be61137

Please sign in to comment.