Skip to content

Commit c1b41e3

Browse files
committed
fix(build): CORE-11928: Revert Remove scripts
1 parent c5be6bb commit c1b41e3

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

npm

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
},
99
"scripts": {
1010
"clean": "rm -rf build",
11-
"install": "",
12-
"build": "",
11+
"install": "node-gyp rebuild",
12+
"build": "npm run clean && node-gyp rebuild",
1313
"lint": "",
1414
"test": "TEST_MODE=1 node demo/demo.js",
1515
"test:ci": "npm run test"

0 commit comments

Comments
 (0)