Skip to content

Commit 02a48f3

Browse files
committed
chore: update .github/workflows/ci.yml
1 parent 6211cd5 commit 02a48f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
- run: npm run build
1919
- run: npm run test:coverage
2020
- run: coverage-badges
21-
- run: cp -rp coverage build
2221
- run: npm run doc
22+
- run: cp -rp coverage build
2323

2424
- run: npm install @jsdevtools/npm-publish -g
2525
- run: npm-publish --token="${{ secrets.NPM_TOKEN }}" ./package.json

0 commit comments

Comments
 (0)