Skip to content

Commit

Permalink
chore: syncing lock
Browse files Browse the repository at this point in the history
  • Loading branch information
satanTime committed Aug 25, 2024
1 parent 4d63f93 commit 276e477
Show file tree
Hide file tree
Showing 4 changed files with 1,916 additions and 846 deletions.
4 changes: 1 addition & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ jobs:
md5sum package-lock.json > package.md5
if [ ! -d "./node_modules/" ]; then
npm install --no-audit && \
node ./node_modules/puppeteer/install.mjs && \
./node_modules/.bin/ngcc
node ./node_modules/puppeteer/install.mjs
fi
md5sum -c package.md5
rm package.md5
Expand Down Expand Up @@ -64,7 +63,6 @@ jobs:
md5sum package-lock.json > package.md5
if [ ! -d "node_modules/" ]; then
npm ci --no-optional --ignore-scripts
npx ngcc
fi
md5sum -c package.md5
rm package.md5
Expand Down
Loading

0 comments on commit 276e477

Please sign in to comment.