add publish script
This commit is contained in:
parent
c26e8f227a
commit
8ec81cf547
@ -4,7 +4,8 @@
|
|||||||
"module": "index.ts",
|
"module": "index.ts",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "bunx biome check --write"
|
"lint": "bunx biome check --write",
|
||||||
|
"publish": "npm publish --scope=ezppfarm"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@biomejs/biome": "1.9.4",
|
"@biomejs/biome": "1.9.4",
|
||||||
|
Loading…
Reference in New Issue
Block a user