Skip to content

Commit

Permalink
chore: add workspaces to avoid additional npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Shaw committed Sep 18, 2024
1 parent b516730 commit c14093c
Show file tree
Hide file tree
Showing 4 changed files with 71 additions and 272 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,4 @@ jobs:
with:
go-version: '1.23'
- run: npm ci
- run: cd js && npm ci
- run: node compat test ${{ matrix.client }} ${{ matrix.server }}
270 changes: 0 additions & 270 deletions js/package-lock.json

This file was deleted.

67 changes: 67 additions & 0 deletions package-lock.json

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

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,8 @@
"devDependencies": {
"@types/node": "^22.1.0",
"typescript": "^5.5.4"
}
},
"workspaces": [
"js"
]
}

0 comments on commit c14093c

Please sign in to comment.