Skip to content

Commit c68a2d2

Browse files
authored
Switch to pnpm (#27)
1 parent e7753e6 commit c68a2d2

14 files changed

Lines changed: 21661 additions & 21907 deletions

File tree

.gitignore

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@
55

66
logs
77
*.log
8-
npm-debug.log*
9-
yarn-debug.log*
10-
yarn-error.log*
8+
pnpm-debug.log*
119

12-
.npm
10+
.pnpm
1311

1412
*.tgz
1513
.env

common/package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@
1212
"build": "tsc"
1313
},
1414
"devDependencies": {
15-
"minimatch": "^10.0.1"
15+
"@actions/core": "catalog:",
16+
"@actions/exec": "catalog:",
17+
"@actions/github": "catalog:",
18+
"@types/jest": "catalog:",
19+
"@types/node": "catalog:",
20+
"minimatch": "^10.0.1",
21+
"rimraf": "catalog:",
22+
"typescript": "catalog:"
1623
}
1724
}

0 commit comments

Comments
 (0)