We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fedbde6 commit 03fb6a3Copy full SHA for 03fb6a3
package.json
@@ -15,7 +15,7 @@
15
"prettier": "npx prettier --write --cache .",
16
"release": "pnpm build && pnpm prettier && npx lerna publish --no-private --force-publish",
17
"clean": "bash ./scripts/clean.sh",
18
- "docker:build-docker": "bash ./scripts/docker.sh build",
+ "docker:build": "bash ./scripts/docker.sh build",
19
"docker:run": "bash ./scripts/docker.sh run",
20
"docker:bash": "bash ./scripts/docker.sh bash",
21
"docker:start": "bash ./scripts/docker.sh start",
0 commit comments