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 90de586 commit d1a177fCopy full SHA for d1a177f
.github/workflows/publish.yml
@@ -43,14 +43,6 @@ jobs:
43
if: steps.npm-version.outputs.SHOULD_PUBLISH == 'true'
44
run: yarn install
45
46
- - name: Run tests
47
- if: steps.npm-version.outputs.SHOULD_PUBLISH == 'true'
48
- run: yarn workspace color-core test
49
-
50
- - name: Build package
51
52
- run: yarn workspace color-core build
53
54
- name: Publish to npm
55
56
run: |
0 commit comments