Skip to content

Commit 03fb6a3

Browse files
authored
chore: update package.json
1 parent fedbde6 commit 03fb6a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"prettier": "npx prettier --write --cache .",
1616
"release": "pnpm build && pnpm prettier && npx lerna publish --no-private --force-publish",
1717
"clean": "bash ./scripts/clean.sh",
18-
"docker:build-docker": "bash ./scripts/docker.sh build",
18+
"docker:build": "bash ./scripts/docker.sh build",
1919
"docker:run": "bash ./scripts/docker.sh run",
2020
"docker:bash": "bash ./scripts/docker.sh bash",
2121
"docker:start": "bash ./scripts/docker.sh start",

0 commit comments

Comments
 (0)