Skip to content
This repository has been archived by the owner on Dec 31, 2024. It is now read-only.

Commit

Permalink
Fixed broken build by removing useless tsc validation script
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverschwendener committed Mar 17, 2020
1 parent 0fe0d02 commit 48128f8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ before_script:
- export NODE_ENV=production

script:
- yarn tsc:validate
- yarn lint
- yarn bundle
- yarn test
Expand Down
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ before_build:
- set NODE_ENV=production

build_script:
- yarn tsc:validate
- yarn lint
- yarn bundle
- yarn test
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"lint": "./node_modules/.bin/tslint --project tsconfig.json --config tslint.json",
"lint:fix": "./node_modules/.bin/tslint --project tsconfig.json --config tslint.json --fix",
"test": "./node_modules/.bin/jest --config jest.json --silent .",
"tsc:validate": "./node_modules/.bin/tsc --noEmit",
"package:dir": "./node_modules/.bin/electron-builder --dir --config electron-builder-config.yml --publish never",
"package": "./node_modules/.bin/electron-builder --config electron-builder-config.yml --publish never",
"package:publish": "./node_modules/.bin/electron-builder --config electron-builder-config.yml --publish onTag"
Expand Down

0 comments on commit 48128f8

Please sign in to comment.