Skip to content

Commit 268c33c

Browse files
committed
new line formatting
1 parent 720ab27 commit 268c33c

File tree

6 files changed

+6
-1
lines changed

6 files changed

+6
-1
lines changed

app/scripts/alias-imports.cjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// SPDX-License-Identifier: BUSL-1.1; Copyright (c) 2025 Social Connect Labs, Inc.; Licensed under BUSL-1.1 (see LICENSE); Apache-2.0 from 2029-06-11
2+
23
const path = require('node:path');
34
const { Project, SyntaxKind } = require('ts-morph');
45

app/scripts/analyze-tree-shaking.cjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/usr/bin/env node
22
// SPDX-License-Identifier: BUSL-1.1; Copyright (c) 2025 Social Connect Labs, Inc.; Licensed under BUSL-1.1 (see LICENSE); Apache-2.0 from 2029-06-11
3+
34
const { execSync } = require('child_process');
45
const fs = require('fs');
56
const path = require('path');

app/scripts/bundle-analyze-ci.cjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/usr/bin/env node
22
// SPDX-License-Identifier: BUSL-1.1; Copyright (c) 2025 Social Connect Labs, Inc.; Licensed under BUSL-1.1 (see LICENSE); Apache-2.0 from 2029-06-11
3+
34
const { execSync } = require('child_process');
45
const fs = require('fs');
56
const os = require('os');

app/scripts/cleanup-ios-build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/bin/bash
22
# SPDX-License-Identifier: BUSL-1.1; Copyright (c) 2025 Social Connect Labs, Inc.; Licensed under BUSL-1.1 (see LICENSE); Apache-2.0 from 2029-06-11
3+
34
# Reset Xcode project after local fastlane builds
45
set -euo pipefail
56

app/scripts/test-e2e-local.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
2-
32
# SPDX-License-Identifier: BUSL-1.1; Copyright (c) 2025 Social Connect Labs, Inc.; Licensed under BUSL-1.1 (see LICENSE); Apache-2.0 from 2029-06-11
3+
44
# Unified Local E2E Testing Script
55
# Run this from the app directory
66

app/scripts/tests/tree-shaking.test.cjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/usr/bin/env node
22
// SPDX-License-Identifier: BUSL-1.1; Copyright (c) 2025 Social Connect Labs, Inc.; Licensed under BUSL-1.1 (see LICENSE); Apache-2.0 from 2029-06-11
3+
34
const { describe, it } = require('node:test');
45
const assert = require('node:assert');
56
const path = require('path');

0 commit comments

Comments
 (0)