Skip to content

Commit 14819f5

Browse files
committed
build fix
1 parent 291da85 commit 14819f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ jobs:
8080
- attach_workspace:
8181
at: .
8282
- run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
83-
- run: npm run build:all
83+
- run: yarn
84+
- run: yarn build:all
8485
- run: npm publish
8586

8687
workflows:

0 commit comments

Comments
 (0)