We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58ac0d7 commit ebfc767Copy full SHA for ebfc767
package.json
@@ -21,7 +21,8 @@
21
"copybuilds": "tools/scripts/copybuilds.sh",
22
"init-git-hooks": "git config core.hooksPath .githooks && chmod 755 .githooks/pre-commit",
23
"snyk-protect": "snyk protect",
24
- "prepublishOnly": "jasmine test/spec/env/pkgs-spec.js && npm run snyk-protect"
+ "snyk-protect:optional": "snyk protect || echo 'Warning: snyk-protect failed (this is OK in CI environments with older glibc)'",
25
+ "prepublishOnly": "jasmine test/spec/env/pkgs-spec.js && npm run snyk-protect:optional"
26
},
27
"repository": {
28
"type": "git",
0 commit comments