Add prepublish scripts for packages

This commit is contained in:
Jade Ellis 2024-08-25 03:15:27 +01:00
parent 4c466c38b1
commit 0d2d1d7c03
No known key found for this signature in database
GPG key ID: 8705A2A3EBF77BD2
2 changed files with 2 additions and 0 deletions

View file

@ -12,6 +12,7 @@
"types": "dist/index.d.ts",
"scripts": {
"build": "rollup -c",
"prepublish": "rollup -c",
"dev": "rollup -c -w",
"test": "echo \"Error: no test specified\" && exit 1"
},

View file

@ -12,6 +12,7 @@
"types": "dist/index.d.ts",
"scripts": {
"build": "rollup -c",
"prepublish": "rollup -c",
"dev": "rollup -c -w",
"test": "echo \"Error: no test specified\" && exit 1"
},