From f1eaaa9c5e5fa8d4eed3963e6fc45e8792b75a27 Mon Sep 17 00:00:00 2001 From: Anton Medvedev Date: Wed, 17 Jun 2020 18:34:10 +0300 Subject: [PATCH] Use latest node for standalone bin --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a0cf9d6..dee8f4c 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ ], "scripts": { "test": "ava", - "build": "pkg . --out-path dist -t node8-linux-x64,node8-macos-x64,node8-win-x64", + "build": "pkg . --out-path dist", "zip": "cd dist && find . -name 'fx-*' -exec zip '{}.zip' '{}' \\;", "release": "release-it --github.release --github.assets=dist/*.zip", "brew:release": "brew bump-formula-pr --url=https://registry.npmjs.org/fx/-/fx-`fx package.json .version`.tgz --no-audit fx"