just "npm publish" directly

This commit is contained in:
Josh Guyette 2023-07-17 16:25:50 -05:00
parent d746e8d5e1
commit 98e9a6ed68
1 changed files with 1 additions and 2 deletions

View File

@ -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",