Skip to content

Commit 60ff050

Browse files
committed
Move comment
1 parent 03ff562 commit 60ff050

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

scripts/ci-test/deploy-if-needed.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,6 @@
1515
* limitations under the License.
1616
*/
1717

18-
/**
19-
* Deploy Firebase project config files (functions, rules) to CI
20-
* test project if there have been any changes to them.
21-
*/
22-
2318
import { resolve } from 'path';
2419
import chalk from 'chalk';
2520
import simpleGit from 'simple-git';
@@ -48,6 +43,11 @@ const projectConfigGroups = [
4843
{ file: 'config/functions/index.js', flag: 'functions' }
4944
];
5045

46+
47+
/**
48+
* Deploy Firebase project config files (functions, rules) to CI
49+
* test project if there have been any changes to them.
50+
*/
5151
async function deployIfNeeded() {
5252
const token = process.env.FIREBASE_CLI_TOKEN;
5353
if (!token) {

0 commit comments

Comments
 (0)