Skip to content

Commit 53afcf4

Browse files
chore: add unimported command, delete some unused files (#410)
1 parent 0ff2c9a commit 53afcf4

File tree

5 files changed

+1
-184
lines changed

5 files changed

+1
-184
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
"//build:embedded": "echo 'PUBLIC_URL is a setting for create-react-app. Embedded version is built and hosted as is on ydb servers, with no way of knowing the final URL pattern. PUBLIC_URL=. keeps paths to all static relative, allowing servers to handle them as needed'",
4949
"build:embedded": "rm -rf build && PUBLIC_URL=. REACT_APP_BACKEND=http://localhost:8765 npm run build",
5050
"lint:styles": "stylelint 'src/**/*.scss'",
51+
"unimported": "npx unimported --no-cache",
5152
"package": "rm -rf dist && copyfiles -u 1 'src/**/*' dist",
5253
"test": "react-app-rewired test",
5354
"eject": "react-scripts eject",

src/components/Breadcrumbs/Breadcrumbs.js

Lines changed: 0 additions & 25 deletions
This file was deleted.

src/components/Breadcrumbs/Breadcrumbs.scss

Lines changed: 0 additions & 5 deletions
This file was deleted.

src/components/Collapse/Collapse.js

Lines changed: 0 additions & 84 deletions
This file was deleted.

src/components/Collapse/Collapse.scss

Lines changed: 0 additions & 70 deletions
This file was deleted.

0 commit comments

Comments
 (0)