Skip to content

Commit 263b316

Browse files
authored
Chore/commits (#17)
* fix(lib): it fixes commit history messages
1 parent 488312d commit 263b316

File tree

11 files changed

+136
-305
lines changed

11 files changed

+136
-305
lines changed

.github/workflows/build_release.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -6,28 +6,8 @@ on:
66
- main
77
- beta
88
jobs:
9-
build:
10-
name: Build
11-
runs-on: ubuntu-latest
12-
steps:
13-
- name: Clone repository
14-
uses: actions/checkout@v3
15-
16-
- name: Use Node.js
17-
uses: actions/setup-node@v3
18-
with:
19-
node-version: lts/*
20-
cache: "npm"
21-
- name: Install dependencies
22-
run: npm ci --ignore-scripts
23-
24-
- name: Build
25-
run: npm run build --if-present
26-
279
release:
2810
name: Release
29-
needs:
30-
- build
3111
runs-on: ubuntu-latest
3212
steps:
3313
- name: Checkout

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
node_modules/
22
lib/
3-
index.html
3+
index.html

0 commit comments

Comments
 (0)