Skip to content

Commit

Permalink
Merge pull request #57 from bizob2828/fix-node-22
Browse files Browse the repository at this point in the history
fix: Updated build and build:linux to specify `-t` for `22.2.0`
  • Loading branch information
bmacnaughton authored May 31, 2024
2 parents 4a17a19 + 769dcc3 commit e41ee1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"install": "node-gyp-build",
"prepare": "husky install",
"prebuild": "npm run clean",
"build": "prebuildify -t 16.9.1 -t 18.7.0 -t 20.5.0 22.2.0 --strip --napi false",
"build:linux": "prebuildify-cross -i centos7-devtoolset7 -i alpine -i linux-arm64 -t 16.9.1 -t 18.7.0 -t 20.5.0 22.2.0 --strip --napi false",
"build": "prebuildify -t 16.9.1 -t 18.7.0 -t 20.5.0 -t 22.2.0 --strip --napi false",
"build:linux": "prebuildify-cross -i centos7-devtoolset7 -i alpine -i linux-arm64 -t 16.9.1 -t 18.7.0 -t 20.5.0 -t 22.2.0 --strip --napi false",
"build:darwin": "npm run build -- --arch x64+arm64",
"build:win32": "npm run build",
"clean": "rimraf build/ coverage/ prebuilds/",
Expand Down

0 comments on commit e41ee1b

Please sign in to comment.