Skip to content

Commit

Permalink
chore: remove old merge files
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackySoul committed Jan 9, 2025
1 parent 8a4e68b commit a58059d
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 81 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
"lint:style": "cross-env LINT_PRECOMMIT_RUN=1 stylelint '**/*.css' --cache --cache-location .cache/.stylelintcache",
"lint:prettier": "prettier --check --ignore-unknown --cache --cache-location .cache/.prettiercache .",
"lint:types": "tsc --incremental --emitDeclarationOnly --declaration --tsBuildInfoFile .cache/.tsbuildinfo",
"lint:generated-files": "concurrently 'yarn workspace @vkontakte/vkui run lint:generated-files' 'yarn workspace @vkontakte/vkui-docs-theme run lint:generated-files'",
"lint:generated-files": "yarn workspace @vkontakte/vkui run lint:generated-files",
"prepare": "husky",
"playwright:install": "playwright install --with-deps",
"playwright:cmd:merge-reports": "playwright merge-reports",
Expand Down
4 changes: 1 addition & 3 deletions packages/vkui-docs-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@
"react-dom": "^18.3.1"
},
"scripts": {
"test": "jest",
"lint:generated-files": "yarn run generate:css-custom-medias && git diff --exit-code styles/customMedias.generated.css",
"generate:css-custom-medias": "node scripts/generateCSSCustomMedias.mjs"
"test": "jest"
}
}
57 changes: 0 additions & 57 deletions packages/vkui-docs-theme/scripts/generateCSSCustomMedias.mjs

This file was deleted.

10 changes: 0 additions & 10 deletions packages/vkui-docs-theme/src/breakpoints.ts

This file was deleted.

10 changes: 0 additions & 10 deletions packages/vkui-docs-theme/styles/customMedias.generated.css

This file was deleted.

0 comments on commit a58059d

Please sign in to comment.