Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aimelo committed Jan 15, 2021
1 parent 46fd032 commit 97b283b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 12
- run: sudo apt-get install g++ cmake
- run: npm i cmake-js -g
- run: npm i
- run: npm test

Expand Down
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.github/
.vscode/

0 comments on commit 97b283b

Please sign in to comment.