Skip to content

Commit

Permalink
ci: reinstall after switch
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdUlHamedMaree committed May 5, 2024
1 parent 1f7c4c2 commit 2131690
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
},
"scripts": {
"build": "lbundle",
"test": "xo && ava && tsd",
"lint": "xo ./fixtures/* ./index.test-d.ts ./index.ts ./test.js",
"test": "npm run lint && ava && tsd",
"view-supported": "node fixtures/view-codes.js"
},
"files": [
Expand Down

0 comments on commit 2131690

Please sign in to comment.