Skip to content

Commit

Permalink
Publish TypeScript declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
luin committed Mar 11, 2022
1 parent dbffeb5 commit 6a52cce
Show file tree
Hide file tree
Showing 7 changed files with 1,296 additions and 274 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Expand Up @@ -15,7 +15,6 @@ jobs:
node-version: 16
- run: npm ci
- run: npm run lint
- run: npm run build
- run: npm run test:ci
env:
SAUCE_USERNAME: quill
Expand Down
4 changes: 0 additions & 4 deletions karma.conf.js
Expand Up @@ -43,10 +43,6 @@ module.exports = (config) => {
},
exclude: [],
reporters: ['progress'],
coverageReporter: {
dir: '.build/coverage',
reporters: [{ type: 'html' }, { type: 'text' }, { type: 'lcov' }],
},
browsers: ['Chrome'],
customLaunchers: {
'saucelabs-chrome': {
Expand Down

0 comments on commit 6a52cce

Please sign in to comment.