codemirror-promql: Preserve source files in npm package (#16804)

* Preserve source files in codemirror-promql package

This allows for sourcemaps to work when the package is imported via ESM-native CDNs such as esm.sh

Signed-off-by: wmTJc9IK0Q <171362836+wmTJc9IK0Q@users.noreply.github.com>

* Preserve source files in lezer-promql package

Signed-off-by: wmTJc9IK0Q <171362836+wmTJc9IK0Q@users.noreply.github.com>

---------

Signed-off-by: wmTJc9IK0Q <171362836+wmTJc9IK0Q@users.noreply.github.com>
This commit is contained in:
wmTJc9IK0Q 2025-07-02 08:31:02 -05:00 committed by GitHub
parent f62d0e0385
commit c481aaf762
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 2 deletions

View File

@ -3,7 +3,6 @@
/release/**/test/
/scripts/
/.circleci/
/src/
/test/
/examples/
/gulpfile.js

View File

@ -3,4 +3,3 @@ generate-types.sh
jest.config.cjs
rollup.config.js
/test/
/src/