Skip to content

Commit

Permalink
Merge pull request #28 from jegj/maintance
Browse files Browse the repository at this point in the history
Maintance
  • Loading branch information
jegj authored Apr 1, 2024
2 parents 8c776f2 + debfcfe commit 8a6ab20
Show file tree
Hide file tree
Showing 5 changed files with 2,749 additions and 4,507 deletions.
4 changes: 1 addition & 3 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
npx commitlint --edit $1

npx commitlint --edit $1
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ ENV LC_ALL C.UTF-8
COPY . /app
WORKDIR /app
ENV NODE_ENV production
RUN npm install --omit=dev
RUN npm install --omit=dev --ignore-scripts

ENTRYPOINT ["node", "protondb-cli.js"]
2 changes: 1 addition & 1 deletion TODO
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
- DONE: Display minimun & recommended requirements
- DONE: Display developers, publishers, release date & metacritic
- DONE: Add protondb url
- DONE: Add support for [email protected]
- TODO: Find a way to display the correct version in docker
- TODO: Find why [email protected] breaks the blessed UI
- TODO: Some game have a different key for the requirements e.g Half life 2, COunter strike
- TODO: Add support for [email protected]
Loading

0 comments on commit 8a6ab20

Please sign in to comment.