chore(): add core.d.ts and core.json to gitignore but ensure they are published (#24911)

This commit is contained in:
Liam DeBeasi
2022-03-09 15:29:33 -05:00
committed by GitHub
parent 44a6f032e7
commit 3e7dfd5f73
6 changed files with 6 additions and 20326 deletions

View File

@@ -26,7 +26,7 @@ jobs:
# See https://github.com/lerna/lerna/issues/2840
- name: Create Dev Hash
run: |
echo "HASH=$(git log -1 --format=%H | cut -c 1-7)" >> $GITHUB_ENV
echo "HASH=1$(git log -1 --format=%H | cut -c 1-7)" >> $GITHUB_ENV
echo "TIMESTAMP=1$(date +%s)" >> $GITHUB_ENV
echo "CURRENT_VERSION=$(node ./.scripts/bump-version.js)" >> $GITHUB_ENV
shell: bash