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 02bab59 commit b9ae889Copy full SHA for b9ae889
.npmrc
@@ -1,2 +1 @@
1
-link-workspace-packages = true
2
shamefully-hoist = true
Dockerfile
@@ -1,6 +1,6 @@
FROM ianwalter/pnpm:v1.1.0
3
-RUN mkdir =p /opt/commit-action
+RUN mkdir -p /opt/commit-action
4
5
COPY pnpm-lock.yaml /opt/commit-action
6
COPY package.json /opt/commit-action
0 commit comments