We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d37e5c0 commit 51470e8Copy full SHA for 51470e8
.github/workflows/generate-docker-image.yml
@@ -36,6 +36,7 @@ jobs:
36
37
COPY package*.json .
38
RUN npm install
39
+ RUN npm ls @evershop/postgres-query-builder
40
RUN npm run build
41
42
EXPOSE 80
0 commit comments