Skip to content

Commit

Permalink
extend the build command
Browse files Browse the repository at this point in the history
  • Loading branch information
svengcz committed Dec 7, 2022
1 parent 19ca20c commit 636d6cc
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 @@ -7,7 +7,7 @@
"types": "dist/index.d.ts",
"scripts": {
"test": "npx jest",
"build": "rollup -c",
"build": "node-gyp configure && node-gyp build && rollup -c",
"lint": "eslint src/**/*.ts",
"lint:fix": "eslint src/**/*.ts --fix"
},
Expand Down

0 comments on commit 636d6cc

Please sign in to comment.