Skip to content

Commit

Permalink
Playing around with builds
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvindfanebust committed Jun 8, 2022
1 parent 825beeb commit a1cb3b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: setup-merkely-cli
description: Install the merkely CLI on Github Actions runners
inputs:
version:
description: "Version of merkely CLI"
description: Version of merkely CLI
required: false
default: 1.5.1
runs:
using: "node16"
main: "dist/index.js"
using: node12
main: src/index.js
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "dist/index.js",
"scripts": {
"test": "ava",
"build": "ncc build src/index.js --license licenses.txt"
"build": "npx @vercel/ncc build src/index.js --license licenses.txt && npx convert-action"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit a1cb3b1

Please sign in to comment.