foundkey-js: use prepack instead of prepare

This commit is contained in:
Norm 2022-08-26 18:05:16 -04:00
parent dd9dc497fb
commit d36d9692b8
Signed by untrusted user: norm
GPG key ID: 7123E30E441E80DE

View file

@ -6,7 +6,7 @@
"main": "./built/index.js",
"types": "./built/index.d.ts",
"scripts": {
"prepare": "yarn build",
"prepack": "yarn build",
"build": "yarn run tsc",
"tsc": "tsc",
"tsd": "tsd",