Skip to content

Commit b9ae889

Browse files
author
Ian Walter
committed
Fixing typos
1 parent 02bab59 commit b9ae889

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.npmrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
link-workspace-packages = true
21
shamefully-hoist = true

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM ianwalter/pnpm:v1.1.0
22

3-
RUN mkdir =p /opt/commit-action
3+
RUN mkdir -p /opt/commit-action
44

55
COPY pnpm-lock.yaml /opt/commit-action
66
COPY package.json /opt/commit-action

0 commit comments

Comments
 (0)