add prepublishOnly everywhere

This commit is contained in:
Felix Roos 2023-01-29 00:14:07 +01:00
parent f448d8f334
commit c032f6dde1
15 changed files with 29 additions and 15 deletions

View file

@ -11,7 +11,8 @@
"scripts": {
"test": "vitest run",
"build:parser": "peggy -o krill-parser.js --format es ./krill.pegjs",
"build": "vite build"
"build": "vite build",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",