Skip to content

Commit

Permalink
Merge pull request #961 from satanTime/issues/npm
Browse files Browse the repository at this point in the history
  • Loading branch information
satanTime authored May 8, 2022
2 parents c3e0abd + d1130e7 commit 5774f55
Show file tree
Hide file tree
Showing 3 changed files with 23,339 additions and 19,193 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
name: NPM Install
command: |
if [ ! -d "./node_modules/" ]; then
npm ci --no-optional --ignore-scripts && \
npm ci --ignore-scripts && \
npm run postinstall
fi
- save_cache:
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
name: NPM Install
command: |
if ((Test-Path "node_modules") -ne "True") {
npm ci --no-optional --ignore-scripts
npm ci --ignore-scripts && \
npm run postinstall
}
- save_cache:
Expand Down
Loading

0 comments on commit 5774f55

Please sign in to comment.