Skip to content

Commit

Permalink
Merge pull request #8 from LinuxSuRen/chore/npmrc
Browse files Browse the repository at this point in the history
chore: add .npmrc file
  • Loading branch information
LinuxSuRen authored Jan 30, 2024
2 parents b783923 + ab92915 commit 89131f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package-import-method=clone-or-copy
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM node:19.9.0

COPY .nirc /root/.nirc
COPY .npmrc /root/.npmrc

RUN npm i -g @antfu/ni
RUN npm i -g pnpm
Expand Down

0 comments on commit 89131f6

Please sign in to comment.