This repository was archived by the owner on Jan 6, 2026. It is now read-only.
Improve and consolidate package.json scripts#1757
Merged
Conversation
Contributor
|
- Create bin/ts wrapper for TypeScript execution with --experimental-strip-types - Consolidate lint scripts: - Remove duplicate repo:lint:fix (same as lint:fix) - Remove redundant repo:lint:files - Rename test:lint → lint for consistency - Standardize all linting under lint:* prefix - Keep link:all and unlink:all scripts for testing against ember.js - Add documentation explaining their purpose - Update to use bin/ts wrapper - Update all TypeScript execution scripts to use ./bin/ts wrapper - Update turbo.json and CI workflows to match renamed tasks - Update CLAUDE.md and eslint.config.js with necessary changes - Remove esyes dependency (only used by link scripts, now using bin/ts) Benefits: - Cleaner, more consistent script naming - No more repeated --experimental-strip-types flags - Better separation between lint and test commands - Reduced dependencies
94a386e to
951f928
Compare
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR builds on #1756 to further improve the package.json scripts by consolidating duplicates and standardizing naming.
Changes
bin/tswrapper script for TypeScript execution with--experimental-strip-typesrepo:lint:fix(duplicate oflint:fix)repo:lint:files(redundant)test:lint→lintfor consistencylint:*prefixlink:allandunlink:allscriptsbin/link-all.mtsandbin/unlink-all.mtsfilesesyesdependency (only used by removed scripts)./bin/tswrapperturbo.jsonto match renamed lint taskBenefits
--experimental-strip-typesflagsTest plan