Skip to content

Commit

Permalink
fix: docker:compose:up command
Browse files Browse the repository at this point in the history
  • Loading branch information
cameri committed Nov 6, 2022
1 parent 132f23c commit 03947fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"pretest:integration": "mkdir -p .test-reports/integration",
"test:integration": "cucumber-js",
"cover:integration": "nyc --report-dir .coverage/integration npm run test:integration -- -p cover",
"predocker:compose:up": "[ -d \"$HOME/.nostr\" ] || mkdir -p $HOME/.nostr",
"predocker:compose:start": "[ -d \"$HOME/.nostr\" ] || mkdir -p $HOME/.nostr",
"docker:compose:start": "docker compose up --build",
"docker:compose:stop": "docker compose down",
"docker:compose:clean": "docker compose rm",
Expand Down

0 comments on commit 03947fc

Please sign in to comment.