Skip to content

Commit 081c3e6

Browse files
committed
Test CI
1 parent 55d170c commit 081c3e6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

packages/core/circle.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ jobs:
1313
paths:
1414
- node_modules
1515
key: v2-dependencies-{{ checksum "package.json" }}
16-
- run: yarn setup
17-
- run: yarn build
16+
- run: cd packages/core && yarn build
1817
- run: cd packages/core && yarn lint
1918
- run: cd packages/core && yarn typescript
2019
publish-core:
@@ -31,8 +30,7 @@ jobs:
3130
paths:
3231
- node_modules
3332
key: v2-dependencies-{{ checksum "package.json" }}
34-
- run: yarn setup
35-
- run: yarn build
33+
- run: cd packages/core && yarn build
3634
- run: cd packages/core && echo "//registry.npmjs.org/:_authToken=$npm_TOKEN" > .npmrc
3735
- run: cd packages/core && npm publish --access public
3836

0 commit comments

Comments
 (0)