Skip to content

Commit 4dfec52

Browse files
authored
Release 0.0.5
fix indentation
1 parent 3dcba60 commit 4dfec52

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/npm-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
with:
1616
node-version: '12'
1717
- name: Build dist
18-
run: |
19-
npm run lint
20-
npm run dist
18+
run: |
19+
npm run lint
20+
npm run dist
2121
- name: Publish if version has been updated
2222
uses: pascalgn/npm-publish-action@06e0830ea83eea10ed4a62654eeaedafb8bf50fc
2323
with: # All of theses inputs are optional

0 commit comments

Comments
 (0)