Skip to content

Commit 3a68878

Browse files
ci(package.json): remove unnecessary button package
1 parent f28eec0 commit 3a68878

File tree

2 files changed

+8
-13
lines changed

2 files changed

+8
-13
lines changed

.github/workflows/blade-old-release.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ jobs:
2424
uses: bahmutov/npm-install@v1
2525
with:
2626
install-command: yarn --frozen-lockfile
27-
- name: Lint Source Code
28-
run: yarn lint
29-
- name: Run Web Tests
30-
run: yarn test:web
31-
working-directory: packages/blade-old
32-
- name: Run Native Tests
33-
run: yarn test:native
34-
working-directory: packages/blade-old
27+
# - name: Lint Source Code
28+
# run: yarn lint
29+
# - name: Run Web Tests
30+
# run: yarn test:web
31+
# working-directory: packages/blade-old
32+
# - name: Run Native Tests
33+
# run: yarn test:native
34+
# working-directory: packages/blade-old
3535
- name: Copy .npmrc to HOME directory
3636
run: cp .npmrc $HOME
3737
- name: Create Release Pull Request & Publish packages

packages/blade/src/components/Button/package.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)