Skip to content

Commit

Permalink
fix(build): fix build config
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandryackovlev committed Feb 23, 2020
1 parent 7d7e886 commit 3304fb8
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 10 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ build/Release
node_modules/
jspm_packages/

# TypeScript v1 declaration files
typings/

# TypeScript cache
*.tsbuildinfo
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ install:
- npm install
- npm install -g codecov
script:
- npm build
- npm run build
- npm test
after_success:
- codecov
Expand Down
28 changes: 21 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions typings/json-schema-faker/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/* eslint-disable import/no-unresolved */
import 'json-schema-faker-types';

0 comments on commit 3304fb8

Please sign in to comment.