just "npm publish" directly
This commit is contained in:
parent
d746e8d5e1
commit
98e9a6ed68
|
@ -6,8 +6,7 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsc",
|
"build": "tsc",
|
||||||
"test": "./node_modules/.bin/jest --verbose",
|
"test": "./node_modules/.bin/jest --verbose",
|
||||||
"watch": "./node_modules/.bin/jest --watch",
|
"watch": "./node_modules/.bin/jest --watch"
|
||||||
"deploy": "npm run build && npm publish"
|
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/jest": "^29.5.3",
|
"@types/jest": "^29.5.3",
|
||||||
|
|
Loading…
Reference in New Issue