diff --git a/clients/admin-client/package.json b/clients/admin-client/package.json index 00388e68..574cb8fb 100644 --- a/clients/admin-client/package.json +++ b/clients/admin-client/package.json @@ -49,6 +49,7 @@ "jest": "29.7.0", "jest-environment-jsdom": "~29.6.1", "@cats-cradle/base-nodejs": "workspace:*", - "constructs": "^10.2.70" + "constructs": "^10.2.70", + "@cats-cradle/create-artifact": "2.0.6" } } diff --git a/clients/design-system/package.json b/clients/design-system/package.json index 9905b368..55314d26 100644 --- a/clients/design-system/package.json +++ b/clients/design-system/package.json @@ -19,6 +19,7 @@ "build": "tsc --build ./tsconfig-build.json && vite build", "build:storybook": "tsc --p ./tsconfig-build.json && storybook build", "build:all": "rush build -t .", + "artifact": "create-artifact @cats-cradle/design-system", "test": "jest --runInBand", "test:cov": "jest --coverage --runInBand", "watch": "tsc -w", @@ -115,7 +116,8 @@ "uuid": "~9.0.1", "@storybook/addon-styling": "~1.3.7", "@types/lodash": "~4.14.202", - "identity-obj-proxy": "~3.0.0" + "identity-obj-proxy": "~3.0.0", + "@cats-cradle/create-artifact": "2.0.6" }, "watch": { "copy-files": { diff --git a/common/config/rush/pnpm-lock.yaml b/common/config/rush/pnpm-lock.yaml index d736993a..2c5c79b3 100644 --- a/common/config/rush/pnpm-lock.yaml +++ b/common/config/rush/pnpm-lock.yaml @@ -29,6 +29,9 @@ importers: '@cats-cradle/base-nodejs': specifier: workspace:* version: link:../../platform/rigs/base-nodejs + '@cats-cradle/create-artifact': + specifier: 2.0.6 + version: 2.0.6(@yarnpkg/core@4.0.0-rc.51)(typanion@3.14.0) '@testing-library/jest-dom': specifier: ^5.16.5 version: 5.16.5 @@ -129,6 +132,9 @@ importers: '@babel/preset-typescript': specifier: 7.23.3 version: 7.23.3(@babel/core@7.23.5) + '@cats-cradle/create-artifact': + specifier: 2.0.6 + version: 2.0.6(@yarnpkg/core@4.0.0-rc.51)(typanion@3.14.0) '@cats-cradle/eslint-config': specifier: 1.0.11 version: 1.0.11 diff --git a/common/config/rush/repo-state.json b/common/config/rush/repo-state.json index d3d9b173..15c56749 100644 --- a/common/config/rush/repo-state.json +++ b/common/config/rush/repo-state.json @@ -1,5 +1,5 @@ // DO NOT MODIFY THIS FILE MANUALLY BUT DO COMMIT IT. It is generated and used by Rush. { - "pnpmShrinkwrapHash": "7ec5c1cd30817f579782876b74e76df4b257bf19", + "pnpmShrinkwrapHash": "46dfd39e7f80590ab11487da7e75887c185be93f", "preferredVersionsHash": "a48003cf229dd47d077bcf6301ac15a6f90e1c34" } diff --git a/rush.json b/rush.json index e0d255c5..174560bb 100644 --- a/rush.json +++ b/rush.json @@ -214,6 +214,7 @@ "reviewCategory": "clients", "decoupledLocalDependencies": [ "@cats-cradle/eslint-config", + "@cats-cradle/create-artifact", "@cats-cradle/create-bundle" ], "tags": ["service-package", "owner-ux", "cimongo"],