Skip to content

Commit

Permalink
feat: create artifact for clients (#804)
Browse files Browse the repository at this point in the history
Signed-off-by: hxtree <[email protected]>
  • Loading branch information
hxtree authored Feb 9, 2024
1 parent 1a9f9e7 commit 4758818
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 3 deletions.
3 changes: 2 additions & 1 deletion clients/admin-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
4 changes: 3 additions & 1 deletion clients/design-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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": {
Expand Down
6 changes: 6 additions & 0 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion common/config/rush/repo-state.json
Original file line number Diff line number Diff line change
@@ -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"
}
1 change: 1 addition & 0 deletions rush.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down

0 comments on commit 4758818

Please sign in to comment.