chore: add publish script
This commit is contained in:
parent
6b01a0272e
commit
32bb31ecf1
1 changed files with 2 additions and 1 deletions
|
|
@ -10,7 +10,8 @@
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"release": "bumpp && node ../scripts/release.js",
|
"release": "bumpp && node ../scripts/release.js",
|
||||||
"build:release": "npm run build:lib && npm run release"
|
"build:release": "npm run build:lib && npm run release",
|
||||||
|
"publish": "npm publish"
|
||||||
},
|
},
|
||||||
"main": "mnswpr.js",
|
"main": "mnswpr.js",
|
||||||
"exports": {
|
"exports": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue