Skip to content

Commit f71b23b

Browse files
committed
fix(ci): typo on publish step
1 parent dfda41c commit f71b23b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
command: npm run build
4242
- run:
4343
name: Copy package.json
44-
coomand: cp ./package.json ./dist
44+
command: cp ./package.json ./dist
4545
- run:
4646
name: Copy README.md
4747
command: cp ./README.md ./dist

0 commit comments

Comments
 (0)