Skip to content

Commit

Permalink
Trying to fix npm ci in GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
jlkalberer committed Feb 16, 2024
1 parent 5a15876 commit f2b39dd
Show file tree
Hide file tree
Showing 3 changed files with 237 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- run: npm ci
- run: npm ci --include=optional
- run: npm build:all
- run: npm test:all
- uses: JS-DevTools/npm-publish@v3
Expand Down
231 changes: 229 additions & 2 deletions package-lock.json

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

7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,5 +133,12 @@
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"uglifyjs": "^2.4.10"
},
"optionalDependencies": {
"@nx/nx-darwin-arm64": "16.8.1",
"@nx/nx-darwin-x64": "16.8.1",
"@nx/nx-linux-x64-gnu": "16.8.1",
"@nx/nx-linux-x64-musl": "16.8.1",
"@nx/nx-win32-x64-msvc": "16.8.1"
}
}

0 comments on commit f2b39dd

Please sign in to comment.