Skip to content

Commit 745c1c2

Browse files
authored
feat: add support for pnpm (fabric8-analytics#767)
* feat: add support for pnpm Signed-off-by: Ruben Romero Montes <rromerom@redhat.com> * build(ci): create .npmrc in the working dir Signed-off-by: Ruben Romero Montes <rromerom@redhat.com> * build: update package-lock.json Signed-off-by: Ruben Romero Montes <rromerom@redhat.com> --------- Signed-off-by: Ruben Romero Montes <rromerom@redhat.com>
1 parent 3c22615 commit 745c1c2

File tree

5 files changed

+1448
-1195
lines changed

5 files changed

+1448
-1195
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@v4
2323
with:
2424
ssh-key: ${{ secrets.DEPLOY_KEY }}
25-
25+
2626
- name: Setup Node.js
2727
uses: actions/setup-node@v4
2828
with:
@@ -33,9 +33,9 @@ jobs:
3333

3434
- name: Create .npmrc
3535
run: |
36-
echo "@trustification:registry=https://npm.pkg.github.com" > ~/.npmrc
37-
echo "@fabric8-analytics:registry=https://npm.pkg.github.com" >> ~/.npmrc
38-
36+
echo "@trustification:registry=https://npm.pkg.github.com" > .npmrc
37+
echo "@fabric8-analytics:registry=https://npm.pkg.github.com" >> .npmrc
38+
3939
- name: Install @vscode/vsce
4040
run: npm i -g @vscode/vsce
4141

0 commit comments

Comments
 (0)