Skip to content

Commit

Permalink
chore: rename prepare-for-tests script
Browse files Browse the repository at this point in the history
  • Loading branch information
nytamin committed Feb 7, 2024
1 parent f3f1dc1 commit 08e36c7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"test:changed": "yarn test:prepare && lerna run --since origin/master --include-dependents test",
"test:update": "yarn test:prepare && lerna run test -- -u",
"test:update:changed": "yarn test:prepare && lerna run --since origin/master --include-dependents test -- -u",
"test:prepare": "node scripts/prepare.mjs",
"test:prepare": "node scripts/prepare-for-tests.mjs",
"typecheck": "lerna exec -- tsc --noEmit",
"typecheck:changed": "lerna exec --since origin/master --include-dependents -- tsc --noEmit",
"build-win32": "node scripts/prepare-for-build32.js && lerna run build-win32 --stream && node scripts/cleanup-after-build32.mjs",
Expand Down
File renamed without changes.

0 comments on commit 08e36c7

Please sign in to comment.