run a build before publishing package

This commit is contained in:
Percs 2024-07-02 15:36:27 -05:00
parent e88a7a0bdb
commit 2ee5e0e73a

View file

@ -4,7 +4,8 @@
"description": "", "description": "",
"type": "module", "type": "module",
"scripts": { "scripts": {
"build": "rollup -c" "build": "rollup -c",
"prepare": "npm run build"
}, },
"author": "", "author": "",
"main": "dist/index.cjs", "main": "dist/index.cjs",