add prepublishOnly everywhere
This commit is contained in:
parent
f448d8f334
commit
c032f6dde1
15 changed files with 29 additions and 15 deletions
|
|
@ -14,7 +14,7 @@
|
|||
"scripts": {
|
||||
"example": "npx parcel examples/repl.html",
|
||||
"build": "vite build",
|
||||
"prepublish": "npm run build"
|
||||
"prepublishOnly": "npm run build"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue