Skip to content

Commit

Permalink
chore(sanity): remove unused script (#6090)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoerge committed Mar 20, 2024
1 parent e2c7bee commit a639bb6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 71 deletions.
4 changes: 1 addition & 3 deletions packages/sanity/package.json
Expand Up @@ -181,12 +181,10 @@
"clean": "rimraf _internal.js cli.js desk.js lib presentation.js router.js",
"coverage": "jest --coverage",
"lint": "eslint .",
"prepublishOnly": "run-s write:ui-version",
"test": "pkg-utils --strict && jest",
"test:ct": "playwright test -c playwright-ct.config.ts",
"watch": "pkg-utils watch --tsconfig tsconfig.lib.json",
"write:playwright-report-as-pr-comment": "node -r esbuild-register playwright-ct/scripts/parsePlaywrightReportJson.ts",
"write:ui-version": "node -r esbuild-register scripts/writeRequiredUIVersion.ts"
"write:playwright-report-as-pr-comment": "node -r esbuild-register playwright-ct/scripts/parsePlaywrightReportJson.ts"
},
"dependencies": {
"@dnd-kit/core": "^6.0.5",
Expand Down
65 changes: 0 additions & 65 deletions packages/sanity/scripts/writeRequiredUIVersion.ts

This file was deleted.

3 changes: 0 additions & 3 deletions packages/sanity/src/core/requiredSanityUiVersion.ts

This file was deleted.

0 comments on commit a639bb6

Please sign in to comment.