Skip to content

Commit 79d33a0

Browse files
committed
Fix custom code state
1 parent 4f870a0 commit 79d33a0

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/release-doctor.yml

+1
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ jobs:
1919
bash ./bin/check-release-environment
2020
env:
2121
NPM_TOKEN: ${{ secrets.PROMPT_FOUNDRY_NPM_TOKEN || secrets.NPM_TOKEN }}
22+

.gitignore

-2
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,3 @@ dist
77
/deno
88
/*.tgz
99
.idea/
10-
11-
build/tsconfig.tsbuildinfo

bin/check-release-environment

+1
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ if [[ lenErrors -gt 0 ]]; then
1919
fi
2020

2121
echo "The environment is ready to push releases!"
22+

0 commit comments

Comments
 (0)