Skip to content

Commit 8d89379

Browse files
committed
ci(:rocket:) github actions
1 parent 5a0295d commit 8d89379

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.github/workflows/on_push.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,3 @@ jobs:
1616
run: |
1717
npm i
1818
npm t
19-
npm run build

.github/workflows/on_release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ jobs:
1313
registry-url: https://registry.npmjs.org/
1414
- name: npm install
1515
run: npm i
16-
- name: build
17-
run: npm run build
1816
- name: publish
1917
run: npm publish
2018
env:

0 commit comments

Comments
 (0)