Skip to content

Commit

Permalink
Need to support rebuilding on all platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
mateogianolio committed May 29, 2023
1 parent 0b7bd3e commit 1c081e1
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,16 @@
"scripts": {
"test": "jest",
"docs": "typedoc --out docs --exclude \"**/*+(.spec).ts\" src && touch docs/.nojekyll",
"build": "node-gyp rebuild -j max && rm -rf dist && tsc",
"build": "node-gyp rebuild -j max",
"prepublishOnly": "rm -rf dist && tsc",
"install": "npm run build"
},
"files": [
"build/Release/nlapack.node",
"binding.gyp",
"dist"
"dist",
"src/index.cc",
"routines",
"lib",
"binding.gyp"
],
"repository": {
"git": "https://github.com/mateogianolio/nblas"
Expand Down

0 comments on commit 1c081e1

Please sign in to comment.