Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit c88a19c

Browse files
committed
fix
1 parent ec7a6d8 commit c88a19c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build/release
1+
name: Build and Release
22

33
on: push
44

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
uses: actions/setup-node@v1
1919
with:
2020
node-version: 14
21-
2221
- name: Install Packages
2322
run: npm install
2423
- name: Build and Test
@@ -27,4 +26,3 @@ jobs:
2726
run: npm run lint
2827
- name: Package
2928
run: npm run package
30-
npm run package

0 commit comments

Comments
 (0)