We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents af7622e + ed61197 commit c413d65Copy full SHA for c413d65
package.json
@@ -19,6 +19,7 @@
19
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
20
"postinstall": "node scripts/install-binary.js",
21
"clean": "rm -rf dist",
22
+ "prepare": "npm run build",
23
"build": "tsc"
24
},
25
"keywords": [
0 commit comments