Skip to content

Commit

Permalink
Use specific versions of node with pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
bokub committed Oct 21, 2020
1 parent 2f3803c commit 506c1bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Si vous avez Node.js sur votre machine :
npm i -g linky
```

Dans le cas contraire, vous pouvez télécharger le binaire correspondant à votre plateforme dans les [assets de la dernière release](https://github.com/bokub/linky/releases).
Dans le cas contraire, vous pouvez télécharger le binaire correspondant à votre plateforme dans les [assets de la dernière release](https://github.com/bokub/linky/releases/latest).

> **N.B :** Si vous choisissez d'utiliser un binaire, il faudra adapter les exemples de cette documentation en replaçant la commande `linky` par le nom du binaire.
>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"test": "nyc ava --timeout=1m",
"prepublish": "npm run build",
"build": "rm -fr ./dist && tsc",
"pkg": "rm -fr ./pkg && pkg . --out-path pkg",
"pkg": "rm -fr ./pkg && pkg . --out-path pkg -t node12-linux-x64,node12-macos-x64,node12-win-x64",
"prettier": "prettier --write **/*.{ts,md,json,yml,html}"
},
"prettier": "@bokub/prettier-config",
Expand Down

0 comments on commit 506c1bf

Please sign in to comment.