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