update release script

This commit is contained in:
Robert Soriano
2022-09-08 09:36:24 -07:00
parent e57c919157
commit d3d35404b1

View File

@@ -28,7 +28,7 @@
"build:playground": "nuxi build playground",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"release": "bumpp --commit --push --tag && pnpm publish",
"release": "bumpp --commit --push --tag && npm publish",
"prepare": "nuxi prepare playground"
},
"dependencies": {