Skip to content

Commit

Permalink
build: added package-lock.json (#87)
Browse files Browse the repository at this point in the history
* test

* github-action: fixed workflow
  • Loading branch information
Aleksey28 authored Aug 3, 2023
1 parent f0d8648 commit 8c1bfcb
Show file tree
Hide file tree
Showing 3 changed files with 25,397 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/deploy-to-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ jobs:
name: npm
path: |
${{steps.package-name.outputs.packageName}}.tgz
package-lock.json
changes:
# TODO: currently cannot generate a list of changes after rebase
runs-on: ubuntu-latest
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
.screenshots
lib
node_modules
package-lock.json
*.log
/.builds
Loading

0 comments on commit 8c1bfcb

Please sign in to comment.