Skip to content

Commit

Permalink
node-pre-gyp has been deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
aminvakil committed Feb 24, 2024
1 parent 744afce commit 4735dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ build() {

# fetch sqlite3 binary blob
cd node_modules/sqlite3
./node_modules/.bin/node-pre-gyp install --fallback-to-build
./node_modules/.bin/prebuild-install -r napi || node-gyp rebuild
}

package() {
Expand Down

0 comments on commit 4735dfc

Please sign in to comment.