Skip to content

Commit

Permalink
Change somethings
Browse files Browse the repository at this point in the history
I found what was my mistake in build. I did ignore package-lock.json XD. IM SORRY
  • Loading branch information
sudospaes committed Jul 31, 2024
1 parent f1668c8 commit 8abbb37
Show file tree
Hide file tree
Showing 4 changed files with 2,328 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-linux-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Setup nodeJS
uses: actions/setup-node@v4
with:
node-version: 20
node-version: "latest"

- name: Build lollipop
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Setup nodeJS
uses: actions/setup-node@v4
with:
node-version: 20
node-version: "latest"

- name: Build lollipop
run: |
Expand Down
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
node_modules
dist
build
package-lock.json
build
Loading

0 comments on commit 8abbb37

Please sign in to comment.