mirror of
https://github.com/MercuryWorkshop/bare-mux.git
synced 2025-05-14 06:40:02 -04:00
run a build before publishing package
This commit is contained in:
parent
e88a7a0bdb
commit
2ee5e0e73a
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@
|
|||
"description": "",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"build": "rollup -c"
|
||||
"build": "rollup -c",
|
||||
"prepare": "npm run build"
|
||||
},
|
||||
"author": "",
|
||||
"main": "dist/index.cjs",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue