Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/typescript #123

Merged
merged 21 commits into from
Mar 31, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ jobs:
- ./node_modules
key: strapi-plugin-comments-v2-{{ checksum "yarn.lock" }}
workflows:
build-and-test:
jobs:
- build-and-test
build-and-test:
jobs:
- build-and-test
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@
}
]
}
}
}
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ https://github.com/VirtusLab/strapi-plugin-comments/issues/-<your-ticket-#>

## Summary

What does this PR do/solve?
What does this PR do/solve?

> PRs should be as small as they need to be, if this section starts becoming a novel you should _seriously_ consider breaking it up into multiple PRs

Expand Down
7 changes: 6 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,9 @@ coverage/
.github/
.nvmrc
.eslintrc
codecov.yml
codecov.yml
*.map
*.spec.*
setup-package.*
**/__tests__/**
**/__mocks__/**
Loading