Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Apr 7, 2021
1 parent 8b6b2af commit c300839
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test
- run: npm run test-ci
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
},
"scripts": {
"test": "xo && npm run build && ava && tsd",
"test-ci": "xo && tsd",
"build": "swift build --configuration=release && mv .build/release/active-win main",
"prepare": "npm run build"
},
Expand Down

0 comments on commit c300839

Please sign in to comment.