Skip to content
This repository has been archived by the owner on Jun 16, 2021. It is now read-only.

Commit

Permalink
fix-ci: πŸ’š targets node12
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeFitz authored and kodiakhq[bot] committed May 1, 2021
1 parent 857afc4 commit 04780aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"scripts": {
"branch": "git-cz --branch --allow-empty",
"build:binaries": "mkdirp binaries && pkg lib/cli.js --out-path binaries",
"build:binaries": "mkdirp binaries && pkg lib/cli.js --out-path binaries --targets node12",
"build:cli": "browserify --node -o dist/cli.js lib/cli.js",
"build:cz": "browserify --node -o dist/cz.js --standalone prompter lib/cz.js",
"build": "yarn build:cli && yarn build:cz",
Expand Down

0 comments on commit 04780aa

Please sign in to comment.