Skip to content

Commit 21470ee

Browse files
committed
AG-42625 update gitignore, fix selectedRepository type
Squashed commit of the following: commit 19c5c2d Author: Slava Leleka <[email protected]> Date: Fri May 23 18:04:43 2025 -0400 fix selectedRepository type commit 050043f Author: Slava Leleka <[email protected]> Date: Fri May 23 18:04:30 2025 -0400 update gitignore
1 parent f8d3ebb commit 21470ee

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,6 @@ local.log
1717
tsconfig.tsbuildinfo
1818
.pnpm-store/
1919
dist/
20+
21+
.npmrc
22+
*.tgz

bamboo-specs/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ npmjs: &npmjs
1818
variables: &npmjs-variables
1919
publishArgs: --access public
2020
# This ID is visible on the page with linked repositories. Ask the admin to provide it to you.
21-
selectedRepository: '26050988'
21+
selectedRepository: 26050988
2222
triggers: [ ]
2323
tasks:
2424
- checkout:

0 commit comments

Comments
 (0)