chore: add npm scripts to packages

This commit is contained in:
Ayo Ayco 2024-12-27 12:03:14 +01:00
parent bebee213f2
commit 7385117308
3 changed files with 6 additions and 0 deletions

View file

@ -5,6 +5,8 @@
"type": "module",
"main": "index.js",
"scripts": {
"version": "npm version",
"publish": "npm publish",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {

View file

@ -5,6 +5,8 @@
"type": "module",
"main": "index.js",
"scripts": {
"version": "npm version",
"publish": "npm publish",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {

View file

@ -11,6 +11,8 @@
".": "./index.js"
},
"scripts": {
"version": "npm version",
"publish": "npm publish",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {