mirror of
https://github.com/prometheus/prometheus.git
synced 2025-08-06 14:17:12 +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/
|
/release/**/test/
|
||||||
/scripts/
|
/scripts/
|
||||||
/.circleci/
|
/.circleci/
|
||||||
/src/
|
|
||||||
/test/
|
/test/
|
||||||
/examples/
|
/examples/
|
||||||
/gulpfile.js
|
/gulpfile.js
|
||||||
|
@ -3,4 +3,3 @@ generate-types.sh
|
|||||||
jest.config.cjs
|
jest.config.cjs
|
||||||
rollup.config.js
|
rollup.config.js
|
||||||
/test/
|
/test/
|
||||||
/src/
|
|
||||||
|
Loading…
Reference in New Issue
Block a user