refactor(workflow): switches publish workflow to use bun

This commit is contained in:
Akshay Nair
2023-09-17 14:34:10 +05:30
parent f97bf992c4
commit 3c6fb2f0e0
3 changed files with 7 additions and 12 deletions
+2 -2
View File
@@ -6,8 +6,8 @@
"lint": "eslint utils scripts domains --ext .json,.js",
"publish-records": "bun run -b ./scripts/register-domains.js",
"dc": "docker-compose -p is-a-dev",
"dc:start": "yarn dc up",
"dc:shell": "yarn dc run dev /bin/bash"
"dc:start": "bun run dc up",
"dc:shell": "bun run dc run dev /bin/bash"
},
"repository": {
"type": "git",