We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55d170c commit 081c3e6Copy full SHA for 081c3e6
packages/core/circle.yml
@@ -13,8 +13,7 @@ jobs:
13
paths:
14
- node_modules
15
key: v2-dependencies-{{ checksum "package.json" }}
16
- - run: yarn setup
17
- - run: yarn build
+ - run: cd packages/core && yarn build
18
- run: cd packages/core && yarn lint
19
- run: cd packages/core && yarn typescript
20
publish-core:
@@ -31,8 +30,7 @@ jobs:
31
30
32
33
34
35
36
- run: cd packages/core && echo "//registry.npmjs.org/:_authToken=$npm_TOKEN" > .npmrc
37
- run: cd packages/core && npm publish --access public
38
0 commit comments