From 71ebf6e0ddb29bc7cd30e0824a1533cb17a50cc1 Mon Sep 17 00:00:00 2001 From: Alex Andreev Date: Fri, 2 Jun 2023 11:17:02 +0300 Subject: [PATCH] Add linkable command to core package Signed-off-by: Alex Andreev --- packages/core/package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/core/package.json b/packages/core/package.json index 8245491d07..fb612431b1 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -55,7 +55,8 @@ "test:unit": "jest --testPathIgnorePatterns integration", "test:watch": "func() { jest ${1} --watch --testPathIgnorePatterns integration; }; func", "lint": "PROD=true eslint --ext js,ts,tsx --max-warnings=0 .", - "lint:fix": "npm run lint -- --fix" + "lint:fix": "npm run lint -- --fix", + "postinstall": "linkable" }, "config": { "k8sProxyVersion": "0.3.0", @@ -101,6 +102,7 @@ "runtime": "@side/jest-runtime" }, "devDependencies": { + "lens-table": "1.0.0", "@async-fn/jest": "1.6.4", "@k8slens/messaging-fake-bridge": "^1.0.0", "@k8slens/react-testing-library-discovery": "^1.0.0",