From 79baa41fc12caf1876677d4b74680327cf665f48 Mon Sep 17 00:00:00 2001 From: Janne Savolainen Date: Fri, 28 Apr 2023 11:01:13 +0300 Subject: [PATCH] chore: Add pushing linkables to packages that do not use reusable build script Signed-off-by: Janne Savolainen --- packages/core/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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",