Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
Always include .node files in prebuilts
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Apr 15, 2011
1 parent e1db1c1 commit ca0ad1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ function preBuild (data, bd, cb) {
pbo.files = pbo.files || []
pbo.files.push("build")
pbo.files.push("build/")
pbo.files.push("*.node")
fs.writeFile(pbj, JSON.stringify(pbo, null, 2), function (er) {
if (er) return cb(er)
tar.pack(tb, buildTarget, pbo, true, function (er) {
Expand Down

0 comments on commit ca0ad1c

Please sign in to comment.