Skip to content

Commit 77ca104

Browse files
committed
chore(npm): remove check-cli
1 parent 15c1ab0 commit 77ca104

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@
2020
"test:prettier": "prettier \"src/**/*.ts\" --list-different",
2121
"test:spelling": "cspell \"{README.md,.github/*.md,src/**/*.ts}\"",
2222
"test:unit": "cross-env CI=true vitest",
23-
"check-cli": "run-s test diff-integration-tests check-integration-tests",
24-
"check-integration-tests": "run-s check-integration-test:*",
25-
"diff-integration-tests": "mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'",
2623
"watch:build": "tsc -p tsconfig.json -w",
2724
"watch:test": "vitest --watch",
2825
"test:ui": "run-s test:watch -- --ui",

0 commit comments

Comments
 (0)