Skip to content

Commit acb9a74

Browse files
committed
Add built dist files and stop ignoring dist
Remove dist/ from .gitignore and add compiled distribution files (dist/index.js and dist/sourcemap-register.js) so the built artifacts are tracked in the repository. This ensures the packaged/compiled output is committed for consumers or CI usage.
1 parent 3ff53aa commit acb9a74

4 files changed

Lines changed: 3912 additions & 3909 deletions

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
node_modules/
2-
dist/
32
*.js.map

dist/index.js

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/sourcemap-register.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)