1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

chore: Add pushing linkables to packages that do not use reusable build script

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
This commit is contained in:
Janne Savolainen 2023-04-28 11:01:13 +03:00 committed by Iku-turso
parent 7e66181be5
commit 79baa41fc1

View File

@ -46,7 +46,7 @@
"license": "MIT",
"author": "OpenLens Authors <info@k8slens.dev>",
"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",