Skip to content

Commit

Permalink
Run build on install
Browse files Browse the repository at this point in the history
  • Loading branch information
AlinaNova21 committed Feb 2, 2024
1 parent a0bb93e commit 3aeccfb
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 @@ -7,7 +7,7 @@
"license": "ISC",
"dependencies": {
"generic-pool": "^3.4.1",
"isolated-vm": "^4.6.0",
"isolated-vm": "^4.7.2",
"lodash": "^3.10.1",
"nan": "^2.18.0",
"q": "^1.4.1",
Expand All @@ -17,6 +17,6 @@
"scripts": {
"build": "webpack",
"watch": "webpack --watch",
"install": "node-gyp rebuild -C native"
"install": "node-gyp rebuild -C native && npm run build"
}
}

0 comments on commit 3aeccfb

Please sign in to comment.