We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54a4d25 commit 7908210Copy full SHA for 7908210
.evergreen/install-npm-deps.sh
@@ -1,7 +1,7 @@
1
set -e
2
set -x
3
4
-if [[ "${DISTRO_ID}" =~ ^(rhel) ]]; then
+if [[ "${DISTRO_ID}" =~ ^(rhel|ubuntu1804) ]]; then
5
# force because of issues with peer deps and semver pre-releases,
6
# install rather than ci because `npm ci` can only install packages when your
7
# package.json and package-lock.json or npm-shrinkwrap.json are in sync.
0 commit comments