chore: Remove prePublishOnly

This commit is contained in:
Sidharth Vinod 2024-08-22 15:46:04 +05:30
parent c4b92069ba
commit 3d9a24dd28
No known key found for this signature in database
GPG Key ID: FB5CCD378D3907CD
4 changed files with 4 additions and 10 deletions

View File

@ -19,9 +19,7 @@
"example", "example",
"mermaid" "mermaid"
], ],
"scripts": { "scripts": {},
"prepublishOnly": "pnpm -w run build"
},
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/mermaid-js/mermaid" "url": "https://github.com/mermaid-js/mermaid"

View File

@ -18,9 +18,7 @@
"elk", "elk",
"mermaid" "mermaid"
], ],
"scripts": { "scripts": {},
"prepublishOnly": "pnpm -w run build"
},
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/mermaid-js/mermaid" "url": "https://github.com/mermaid-js/mermaid"

View File

@ -19,8 +19,7 @@
"mermaid" "mermaid"
], ],
"scripts": { "scripts": {
"clean": "rimraf dist", "clean": "rimraf dist"
"prepublishOnly": "pnpm -w run build"
}, },
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -19,8 +19,7 @@
"scripts": { "scripts": {
"clean": "rimraf dist src/language/generated", "clean": "rimraf dist src/language/generated",
"langium:generate": "langium generate", "langium:generate": "langium generate",
"langium:watch": "langium generate --watch", "langium:watch": "langium generate --watch"
"prepublishOnly": "pnpm -w run build"
}, },
"repository": { "repository": {
"type": "git", "type": "git",