Skip to content

Commit

Permalink
feat: update schema and generate type
Browse files Browse the repository at this point in the history
  • Loading branch information
Nebulis committed Dec 3, 2019
1 parent ce8f9fa commit ded788d
Show file tree
Hide file tree
Showing 19 changed files with 1,630 additions and 295 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
command: npm run lint
- run:
name: test
command: npm run build
command: npm run test
- run:
name: build
command: npm run test
command: npm run build
- run:
name: release
command: npx --no-install semantic-release
3 changes: 2 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
coverage
dist
dist
src/__generated__
Loading

0 comments on commit ded788d

Please sign in to comment.