Skip to content

Commit b71bf0b

Browse files
committed
Ifx potential dev dependency not installing
1 parent 4f5d137 commit b71bf0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"private": true,
44
"type": "module",
55
"devDependencies": {
6-
"@sourceacademy/modules-repotools": "workspace:^",
76
"@types/node": "^22.15.30",
87
"typescript": "^5.8.2"
98
},
109
"dependencies": {
1110
"@actions/core": "^1.11.1",
12-
"@actions/exec": "^1.1.1"
11+
"@actions/exec": "^1.1.1",
12+
"@sourceacademy/modules-repotools": "workspace:^"
1313
},
1414
"scripts": {
1515
"build": "node ./build.js"

0 commit comments

Comments
 (0)