Skip to content

Commit bd22467

Browse files
committed
fix(@mongodb-js/compass-explain-plan): Only pull akzidenz on local install and before publish
1 parent d95728c commit bd22467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compass-explain-plan/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"link-plugin": "./scripts/link.sh",
2222
"unlink-plugin": "./scripts/unlink.sh",
2323
"prepublishOnly": "npm run compile",
24-
"install": "node ../../scripts/download-akzidenz.js",
24+
"prepare": "node ../../scripts/download-akzidenz.js",
2525
"lint": "eslint \"./src/**/*.{js,jsx}\" \"./test/**/*.js\" \"./electron/**/*.js\" \"./config/**/*.{js,jsx}\"",
2626
"depcheck": "depcheck --ignores=\"d3,d3-timer,d3-flextree,debug,hadron-react-bson,react-dom,reflux-state-mixin,redux,mongodb-query-parser,react-fontawesome,react-redux,redux-thunk,@mongodb-js/compass-crud,@mongodb-js/compass-field-store,@mongodb-js/compass-indexes,@mongodb-js/compass-query-bar,@mongodb-js/compass-query-history,@mongodb-js/compass-status\" || echo \"!!! Dependency check failed, but the failure is ignored by now. This should be addressed in COMPASS-4772 !!!\""
2727
},

0 commit comments

Comments
 (0)