forked from FoundKeyGang/FoundKey
foundkey-js: use prepack instead of prepare
This commit is contained in:
parent
dd9dc497fb
commit
d36d9692b8
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
"main": "./built/index.js",
|
"main": "./built/index.js",
|
||||||
"types": "./built/index.d.ts",
|
"types": "./built/index.d.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"prepare": "yarn build",
|
"prepack": "yarn build",
|
||||||
"build": "yarn run tsc",
|
"build": "yarn run tsc",
|
||||||
"tsc": "tsc",
|
"tsc": "tsc",
|
||||||
"tsd": "tsd",
|
"tsd": "tsd",
|
||||||
|
|
Loading…
Reference in a new issue