fix recursion when publishing to npm

This commit is contained in:
davidodenwald 2022-11-18 20:18:41 +01:00
parent 417b3d96ec
commit db2d4e685c

View file

@ -27,7 +27,7 @@
"watch": "npm run build -- --watch", "watch": "npm run build -- --watch",
"test": "jest --verbose", "test": "jest --verbose",
"test:watch": "jest --watch --verbose", "test:watch": "jest --watch --verbose",
"publish": "npm run test && npm run build && npm publish", "publish:release": "npm run test && npm run build && npm publish",
"publish:beta": "npm run test && npm run build && npm publish --tag beta" "publish:beta": "npm run test && npm run build && npm publish --tag beta"
}, },
"devDependencies": { "devDependencies": {