Skip to content

Commit 5774f55

Browse files
authored
Merge pull request #961 from satanTime/issues/npm
2 parents c3e0abd + d1130e7 commit 5774f55

File tree

3 files changed

+23339
-19193
lines changed

3 files changed

+23339
-19193
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: NPM Install
1919
command: |
2020
if [ ! -d "./node_modules/" ]; then
21-
npm ci --no-optional --ignore-scripts && \
21+
npm ci --ignore-scripts && \
2222
npm run postinstall
2323
fi
2424
- save_cache:
@@ -65,7 +65,7 @@ jobs:
6565
name: NPM Install
6666
command: |
6767
if ((Test-Path "node_modules") -ne "True") {
68-
npm ci --no-optional --ignore-scripts
68+
npm ci --ignore-scripts && \
6969
npm run postinstall
7070
}
7171
- save_cache:

0 commit comments

Comments
 (0)