Skip to content

Commit defff81

Browse files
committed
Prepare dist files
1 parent cc595d1 commit defff81

File tree

4 files changed

+3854
-12
lines changed

4 files changed

+3854
-12
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
git config --global user.email '[email protected]'
3737
git config --global push.followTags true
3838
npm version ${{ env.VERSION_CHANGE }} -m "Release %s"
39-
- name: Build ⚒️
40-
run: npm run build
39+
- name: Build Library ⚒️
40+
run: npm run build:lib && npm run prepare:lib && cd dist/state
4141
- name: Get meta data 🔍
4242
run: |
4343
NODE_VERSION=$(node -p -e "require('./package.json').version")

0 commit comments

Comments
 (0)