Skip to content

Commit

Permalink
fix: correct license plugin and refactor all tooling
Browse files Browse the repository at this point in the history
  • Loading branch information
0-vortex committed Dec 5, 2021
1 parent ed3c774 commit 9779237
Show file tree
Hide file tree
Showing 6 changed files with 270 additions and 5,753 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- main
- alpha
- beta
- next

jobs:
docker:
Expand Down
9 changes: 7 additions & 2 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
save-exact=false
audit=false
audit-level="moderate"
engine-strict=true
format-package-lock=true
lockfile-version=3
loglevel="info"
prefer-offline=true
progress=false
save-exact=false
timing=false
engine-strict=true
update-notifier=false
yes=true
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ RUN apk --update --no-cache add git git-lfs jq openssh

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.js /usr/local/lib/
Expand Down
Loading

0 comments on commit 9779237

Please sign in to comment.