Skip to content

Commit

Permalink
Fix #186 run build in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
fdodino committed Nov 29, 2023
1 parent 2dab934 commit 3b7f2a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
node-version: "${{ steps.nvm.outputs.NVMRC }}"
- run: npm ci
- run: npm run test:coverage
- run: npm run build && npm run test:coverage
- name: Coveralls
uses: coverallsapp/github-action@master
with:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wollok-ts",
"version": "4.0.6",
"version": "4.0.7",
"wollokVersion": "3.1.9",
"description": "TypeScript based Wollok language implementation",
"repository": "https://github.com/uqbar-project/wollok-ts",
Expand Down

0 comments on commit 3b7f2a2

Please sign in to comment.