Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: escape glob pattern for SASS copy to work in CI
- fixes an issue when trying to publish ms-select-vanilla lib with npm provenance, I found that it was missing some SASS files even though it was working fine locally, it turns out that as pointed out in the `copyfiles` lib, we are better off escaping copyfiles glob patterns in npm scripts > if your terminal doesn't support globstars then you can quote them
- Loading branch information