mirror of
https://github.com/prometheus/prometheus.git
synced 2025-08-05 13:47:10 +02:00
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:
parent
f62d0e0385
commit
c481aaf762
@ -3,7 +3,6 @@
|
||||
/release/**/test/
|
||||
/scripts/
|
||||
/.circleci/
|
||||
/src/
|
||||
/test/
|
||||
/examples/
|
||||
/gulpfile.js
|
||||
|
@ -3,4 +3,3 @@ generate-types.sh
|
||||
jest.config.cjs
|
||||
rollup.config.js
|
||||
/test/
|
||||
/src/
|
||||
|
Loading…
Reference in New Issue
Block a user