Skip to content

Commit

Permalink
Publish 4.48.1
Browse files Browse the repository at this point in the history
  • Loading branch information
firecow committed Apr 18, 2024
1 parent f2d1a14 commit 03879cd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Tired of pushing to test your .gitlab-ci.yml?",
"main": "src/index.js",
"bin": "src/index.js",
"version": "4.48.0",
"version": "4.48.1",
"scripts": {
"pkg-linux": "pkg src/index.js --public -t node18-linux-x64 -o bin/linux/gitlab-ci-local && chmod +x bin/linux/gitlab-ci-local && gzip -c bin/linux/gitlab-ci-local > bin/linux.gz",
"pkg-macos": "pkg src/index.js --public -t node18-macos-x64 -o bin/macos/gitlab-ci-local && gzip -c bin/macos/gitlab-ci-local > bin/macos.gz",
Expand Down Expand Up @@ -72,7 +72,8 @@
},
"pkg": {
"assets": [
"package.json"
"package.json",
"src/schema/schema.json"
],
"scripts": [
"src/**/*.js"
Expand Down

0 comments on commit 03879cd

Please sign in to comment.