Skip to content

Commit

Permalink
Merge pull request #43 from caddijp/ci/types
Browse files Browse the repository at this point in the history
ci: run test-types
  • Loading branch information
antonioru committed Nov 12, 2020
2 parents 2b1174b + 9aec5cb commit 0dd3c8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/branch-tests.yml
Expand Up @@ -25,6 +25,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run lint
- run: npm run build
- run: npm run lint
- run: npm run test-types
- run: npm test
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -82,6 +82,7 @@
"stylelint-config-sass-guidelines": "^7.1.0",
"stylelint-config-standard": "^20.0.0",
"stylelint-scss": "^3.18.0",
"typescript": "4.0.5",
"url-loader": "^4.1.1",
"webpack": "4.44.0",
"webpack-cli": "4.1.0"
Expand Down

0 comments on commit 0dd3c8c

Please sign in to comment.