Skip to content

Commit

Permalink
added extra step do copy missing folders
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbericoD committed Jan 9, 2024
1 parent 0b7774c commit fc8a1b3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ jobs:
run: npm run test

- name: 🏗️ Build
run: npm run build
run: |
npm run build
cp package.json README.md LICENSE CONTRIBUTING.md CODE_OF_CONDUCT.md dist
- name: 📰 Semantic Release
env:
Expand Down

0 comments on commit fc8a1b3

Please sign in to comment.