diff --git a/packages/core/package.json b/packages/core/package.json index cc8fd68d0a..009fa5cadc 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -46,7 +46,7 @@ "license": "MIT", "author": "OpenLens Authors ", "scripts": { - "build": "cross-env NODE_ENV=production webpack --config webpack/library-bundle.ts --progress", + "build": "cross-env NODE_ENV=production webpack --config webpack/library-bundle.ts --progress && linkable-push", "clean": "rimraf dist static/build", "test:unit": "jest --testPathIgnorePatterns integration", "test:watch": "func() { jest ${1} --watch --testPathIgnorePatterns integration; }; func", @@ -185,6 +185,7 @@ "@material-ui/core": "^4.12.3", "@material-ui/icons": "^4.11.2", "@material-ui/lab": "^4.0.0-alpha.60", + "@ogre-tools/linkable": "^15.8.0", "@sentry/types": "^6.19.7", "@swc/cli": "^0.1.62", "@swc/core": "^1.3.53",