Skip to content

Commit ed61197

Browse files
committed
chore: add prepare for git installation
Signed-off-by: Donnie Adams <[email protected]>
1 parent af7622e commit ed61197

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
2020
"postinstall": "node scripts/install-binary.js",
2121
"clean": "rm -rf dist",
22+
"prepare": "npm run build",
2223
"build": "tsc"
2324
},
2425
"keywords": [

0 commit comments

Comments
 (0)