Skip to content

Commit f84a215

Browse files
author
Luca Forstner
committed
Add back stuff that became unnecessary
1 parent 6401eba commit f84a215

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ build/
1010
dist/
1111
coverage/
1212
scratch/
13+
*.d.ts
1314
*.js.map
1415
*.pyc
1516
*.tsbuildinfo

packages/integrations/scripts/buildBundles.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ for filepath in ./src/*; do
66
# The index file is only there for the purposes of npm builds (for the CDN we create a separate bundle for each
77
# integration) and the flags file is just a helper for including or not including debug logging, whose contents gets
88
# incorporated into each of the individual integration bundles, so we can skip them both here.
9-
if [[ $file == "index.ts" || $file == "globals.d.ts" ]]; then
9+
if [[ $file == "index.ts" ]]; then
1010
continue
1111
fi
1212

0 commit comments

Comments
 (0)