Skip to content

Commit

Permalink
chore: add node-gyp configure to build stage
Browse files Browse the repository at this point in the history
  • Loading branch information
siljekristensen committed Jul 17, 2023
1 parent a687c17 commit e15550b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"info": "npm-scripts-info",
"installclean": "yarn unlink:all & yarn cleancache && yarn --check-files",
"buildclean": "yarn installclean && yarn build",
"build": "rimraf dist && node-gyp build && yarn build:main",
"build": "rimraf dist && node-gyp configure && node-gyp build && yarn build:main",
"buildtest": "yarn build && yarn unit",
"build:main": "tsc -p tsconfig.json",
"lint": "tslint --project tsconfig.jest.json --config tslint.json",
Expand Down

0 comments on commit e15550b

Please sign in to comment.