Skip to content

Commit

Permalink
Chore/commits (#17)
Browse files Browse the repository at this point in the history
* fix(lib): it fixes commit history messages
  • Loading branch information
danilolmc committed Nov 11, 2023
1 parent 488312d commit 263b316
Show file tree
Hide file tree
Showing 11 changed files with 136 additions and 305 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,28 +6,8 @@ on:
- main
- beta
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v3

- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: lts/*
cache: "npm"
- name: Install dependencies
run: npm ci --ignore-scripts

- name: Build
run: npm run build --if-present

release:
name: Release
needs:
- build
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
node_modules/
lib/
index.html
index.html
Loading

0 comments on commit 263b316

Please sign in to comment.