Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: npm run watch not working on css #393

Merged
merged 1 commit into from
Sep 6, 2024

Conversation

wesleyboar
Copy link
Member

Overview

The npmr unw atch command was not rebuilding upon change to CSS file.

Related

I do not know what broke this.

Changes

  • updated npm-watch
  • fixed configuration for npm-watch

Testing

  1. Run npm run watch.
  2. Change a CSS source file.
  3. Verify rebuild is triggered (dist/ will have changes).
  4. Change the src/lib/tokens.json file.
  5. Verify rebuild is triggered (dist/ will have changes).

UI

Skipped.

@wesleyboar wesleyboar added the patch A backward-compatible fix label Sep 6, 2024
@github-actions github-actions bot added the fix Fixes user-facing behavior or feature label Sep 6, 2024
@wesleyboar wesleyboar merged commit a2a3c7c into main Sep 6, 2024
5 checks passed
@wesleyboar wesleyboar deleted the fix/npm-watch-not-working-on-css branch September 6, 2024 21:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Fixes user-facing behavior or feature patch A backward-compatible fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant