Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
Merge branch 'root-level-tsconfig' into common-eslint-config
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyRoyt committed Dec 26, 2023
2 parents 0c01f54 + 24465aa commit 899bf29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/monday-ui-react-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"build:commonjs": "webpack --mode production --config webpack/default.config.js",
"build:esm": "rollup -c",
"build:esm:mock-classnames": "mock_classnames=on rollup -c",
"build:react-icons": "svg2react-icon --typescript --keep-colors ../../node_modules/monday-ui-style/src/Icons src/components/Icon/Icons",
"build:react-icons": "svg2react-icon --typescript --keep-colors ../../packages/monday-ui-style/src/Icons src/components/Icon/Icons",
"storybook": "storybook dev -p 7008",
"build-storybook": "npm run build:storybook-exports && storybook build",
"deploy-storybook": "storybook-to-ghpages",
Expand Down
2 changes: 1 addition & 1 deletion packages/monday-ui-react-core/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ module.exports = () => {
to: "assets/"
},
{
from: "../../node_modules/monday-ui-style/dist/index.min.css",
from: "../../packages/monday-ui-style/dist/index.min.css",
to: "tokens/tokens.css"
}
]
Expand Down

0 comments on commit 899bf29

Please sign in to comment.