mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-09-02 14:20:31 +00:00
refactor(workflow): switches publish workflow to use bun
This commit is contained in:
+2
-2
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user