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

Commit ac4eda5

Browse files
committed
Merge branch 'common-eslint-config' into common-prettier-config
2 parents 7eed01e + 899bf29 commit ac4eda5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/monday-ui-react-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"build:commonjs": "webpack --mode production --config webpack/default.config.js",
7272
"build:esm": "rollup -c",
7373
"build:esm:mock-classnames": "mock_classnames=on rollup -c",
74-
"build:react-icons": "svg2react-icon --typescript --keep-colors ../../node_modules/monday-ui-style/src/Icons src/components/Icon/Icons",
74+
"build:react-icons": "svg2react-icon --typescript --keep-colors ../../packages/monday-ui-style/src/Icons src/components/Icon/Icons",
7575
"storybook": "storybook dev -p 7008",
7676
"build-storybook": "npm run build:storybook-exports && storybook build",
7777
"deploy-storybook": "storybook-to-ghpages",

packages/monday-ui-react-core/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ module.exports = () => {
135135
to: "assets/"
136136
},
137137
{
138-
from: "../../node_modules/monday-ui-style/dist/index.min.css",
138+
from: "../../packages/monday-ui-style/dist/index.min.css",
139139
to: "tokens/tokens.css"
140140
}
141141
]

0 commit comments

Comments
 (0)