Skip to content

Commit

Permalink
Merge pull request #290 from TaloDev/develop
Browse files Browse the repository at this point in the history
Release 0.32.1
  • Loading branch information
tudddorrr committed Jun 2, 2024
2 parents 03d85c5 + 846811d commit ec85e9a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .husky/install.mjs

This file was deleted.

1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ COPY package-lock.json .
EXPOSE 80

FROM base AS dev
COPY .husky .husky
RUN npm ci
CMD [ "npm", "run", "watch" ]

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "game-services",
"version": "0.32.0",
"version": "0.32.1",
"description": "",
"main": "src/index.ts",
"scripts": {
Expand All @@ -16,7 +16,7 @@
"migration:create": "DB_HOST=127.0.0.1 mikro-orm migration:create",
"migration:up": "DB_HOST=127.0.0.1 mikro-orm migration:up",
"service:create": "hygen service new",
"prepare": "node .husky/install.mjs",
"prepare": "husky || true",
"lint": "eslint src/**/*.ts tests/**/*.ts"
},
"author": "Sleepy Studios",
Expand Down

0 comments on commit ec85e9a

Please sign in to comment.