Skip to content

Commit 11be7ef

Browse files
committed
Fix for Jenkins failure - part 2
1 parent d235055 commit 11be7ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"test:setup": "node etc/test-setup.js",
1212
"test:teardown": "node etc/test-teardown.js",
1313
"test": "gulp test",
14-
"preinstall": "yes | npx npm-force-resolutions"
14+
"preinstall": "([ ! -f package-lock.json ] && npm install --package-lock-only --ignore-scripts); yes | npx npm-force-resolutions"
1515
},
1616
"keywords": [
1717
"marklogic",
@@ -71,7 +71,7 @@
7171
},
7272
"resolutions": {
7373
"glob-parent": "^6.0.2",
74-
"nanoid": "^4.0.0",
74+
"nanoid": "^3.1.31",
7575
"simple-get": "^4.0.1",
7676
"sanitize-html": "^2.7.2"
7777
}

0 commit comments

Comments
 (0)