fix prepublishOnly command
This commit is contained in:
parent
fa1ba48cb4
commit
f4c0ab818a
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
"types": "dist/library.d.ts",
|
"types": "dist/library.d.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "make && rollup -c rollup.config.js",
|
"build": "make && rollup -c rollup.config.js",
|
||||||
"prepublishOnly": "build"
|
"prepublishOnly": "pnpm build"
|
||||||
},
|
},
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
"author": "",
|
"author": "",
|
||||||
|
|
Loading…
Reference in a new issue