Skip to content

Commit

Permalink
fix: ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
justAsascha committed Jun 26, 2024
1 parent 6b797fb commit 9889248
Show file tree
Hide file tree
Showing 3 changed files with 220 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm ci --include=optional
- run: npm run lint
- run: npm run test ngx-drag-scroll -- --watch=false --browsers=ChromeHeadless
- run: npm run build ngx-drag-scroll
215 changes: 213 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,11 @@
"prettier": "^3.1.1",
"ts-node": "~10.9.2",
"typescript": "^5.4.0"
},
"optionalDependencies": {
"@nx/nx-darwin-arm64": "19.3.2",
"@nx/nx-darwin-x64": "19.3.2",
"@nx/nx-linux-x64-gnu": "19.3.2",
"@nx/nx-win32-x64-msvc": "19.3.2"
}
}

0 comments on commit 9889248

Please sign in to comment.