Skip to content

Commit 959be99

Browse files
committed
feat(): move to pnpm
1 parent 344e8ac commit 959be99

32 files changed

Lines changed: 28093 additions & 44224 deletions

.github/workflows/label-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/checkout@v2
3030

3131
- name: Install dependencies
32-
run: npm i @actions/core @actions/github
32+
run: pnpm add @actions/core @actions/github
3333

3434
- name: Add labels
3535
uses: ./.github/github-action/

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,6 @@ TODO.md
4646
.cursorrules
4747
.cursor/rules/nx-rules.mdc
4848
.github/instructions/nx.instructions.md
49+
50+
package-lock.json
51+
npm-shrinkwrap.json

docs/README.md

Lines changed: 0 additions & 52 deletions
This file was deleted.

0 commit comments

Comments
 (0)