Skip to content

Commit

Permalink
try to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
mifi committed Dec 8, 2020
1 parent 7194628 commit b9dc378
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,8 @@ jobs:
- run: npm run lint
- run: npm test
- run: npm run coveralls

- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"lint": "eslint .",
"test": "env TZ=Etc/UTC mocha",
"coveralls": "istanbul cover _mocha && istanbul-coveralls",
"coveralls": "istanbul cover _mocha",
"update-zones": "wget -O zones.json https://hg.mozilla.org/comm-central/raw-file/tip/calendar/timezones/zones.json && node compile-zones.js"
},
"repository": {
Expand Down

0 comments on commit b9dc378

Please sign in to comment.