CMSgov / design-system

Open source design and front-end development resources for creating Section 508 compliant, responsive, and consistent websites.
https://design.cms.gov
Other
312 stars 85 forks source link

[NO-TICKET] Remove obsolete script #3159

Closed pwolfert closed 1 month ago

pwolfert commented 1 month ago

Summary

Our current method of testing in a downstream application is to take a project that already has it installed and replace its node_modules/@cmsgov/<PACKAGE_NAME>/dist folder with the dist folder that we build in our project. That works in most cases, but sometimes you'll also need dependencies. In that case, this script isn't going to work anyway, and we might need to publish a beta version if something like npm link doesn't work.