Skip to content

Commit d235055

Browse files
committed
Fix for Jenkins failure
1 parent 77f2906 commit d235055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
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": "npx npm-force-resolutions"
14+
"preinstall": "yes | npx npm-force-resolutions"
1515
},
1616
"keywords": [
1717
"marklogic",

0 commit comments

Comments
 (0)