Skip to content

Commit 75a6d45

Browse files
authored
feat: fixes CI publish job (and publishes TS types)
- This is 'feat' commit, to also publish TS typings
1 parent 67ae214 commit 75a6d45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,8 +283,8 @@ jobs:
283283
steps:
284284
- *addWorkspace
285285
- run:
286-
name: Publish to NPM registry
287-
command: yarn ci:publish
286+
name: Publish to NPM registry
287+
command: yarn ci:publish
288288

289289
# ==============================
290290
# WORK FLOWS

0 commit comments

Comments
 (0)