Skip to content

Commit

Permalink
refactor: revert to previous cjs version
Browse files Browse the repository at this point in the history
  • Loading branch information
0-vortex committed May 16, 2023
1 parent dfc8e9d commit bcf351b
Show file tree
Hide file tree
Showing 5 changed files with 598 additions and 546 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COPY package.json /
RUN npm i -g npm@latest
RUN npm i -g $( jq -j '.dependencies|to_entries|map("\(.key)@\(.value) ")|.[]' /package.json )

COPY release.config.cjs /usr/local/lib/release.config.cjs
COPY release.config.js /usr/local/lib/release.config.js

RUN apk add --update make \
&& rm -rf /var/cache/apk/* \
Expand Down

0 comments on commit bcf351b

Please sign in to comment.