Skip to content

Commit

Permalink
build: 🙈 just ignore husky
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Nemchik <[email protected]>
  • Loading branch information
nemchik committed Jul 18, 2024
1 parent a7e1646 commit 080e4db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM node:20-alpine
COPY ./src ./package.json package-lock.json /tsconfig.json ./.husky/install.mjs /bot/
COPY ./src ./package.json package-lock.json /tsconfig.json /bot/
WORKDIR /bot
RUN npm install && npm run build && npm ci --omit=dev
CMD ["node", "."]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"scripts": {
"prebuild": "rimraf dist || true",
"build": "tsc --build",
"prepare": "node .husky/install.mjs",
"prepare": "node .husky/install.mjs || true",
"prestart": "npm run build",
"start": "node .",
"test": "eslint"
Expand Down

0 comments on commit 080e4db

Please sign in to comment.