Skip to content

Commit

Permalink
@commander-js/extra-typings as non-dev dependecy
Browse files Browse the repository at this point in the history
  • Loading branch information
Brainicism committed Sep 15, 2024
1 parent b5521e5 commit 14f4618
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
BgUtilScriptPot was not invoked"
exit 1
fi
- name: Build and push
- name: Build Docker image
uses: docker/build-push-action@v6
with:
context: server/
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"format": "npx prettier --write 'src/**/*.{js,ts}'"
},
"dependencies": {
"@commander-js/extra-typings": "commander-js/extra-typings",
"bgutils-js": "^1.1.0",
"body-parser": "^1.20.2",
"commander": "^12.1.0",
Expand All @@ -26,7 +27,6 @@
"youtubei.js": "^10.4.0"
},
"devDependencies": {
"@commander-js/extra-typings": "commander-js/extra-typings",
"@eslint/js": "^9.10.0",
"@types/express": "^4.17.21",
"@types/jsdom": "^21.1.7",
Expand Down

0 comments on commit 14f4618

Please sign in to comment.