Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs/5199 Docs docker section run commands #5201

Conversation

mejutoco
Copy link

@mejutoco mejutoco commented Jan 15, 2024

The docker instructions for the runscript seem to not work:

./run install # npx pnpm install
./run test # pnpm test

This PR replaces them with the working ones:

./run pnpm install
./run pnpm test

📑 Summary

Brief description about the content of your PR.

Resolves #<5199>

📏 Design Decisions

Describe the way your implementation works or what design decisions you made if applicable.

📋 Tasks

Make sure you

The docker instructions for the runscript seem to not work:

```
./run install # npx pnpm install
./run test # pnpm test
```

This PR replaces them with the working ones:

```
./run pnpm install
./run pnpm test
```
Copy link

netlify bot commented Jan 15, 2024

Deploy Preview for mermaid-js ready!

Name Link
🔨 Latest commit a7fec93
🔍 Latest deploy log https://app.netlify.com/sites/mermaid-js/deploys/65a4f88b4281500008e72347
😎 Deploy Preview https://deploy-preview-5201--mermaid-js.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

codecov bot commented Jan 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (7508d9a) 43.04% compared to head (a7fec93) 43.04%.
Report is 21 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff            @@
##           develop    #5201   +/-   ##
========================================
  Coverage    43.04%   43.04%           
========================================
  Files           23       23           
  Lines         5018     5018           
  Branches        21       21           
========================================
  Hits          2160     2160           
  Misses        2857     2857           
  Partials         1        1           
Flag Coverage Δ
unit 43.04% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

@nirname
Copy link
Contributor

nirname commented Jan 16, 2024

@sidharthv96 This must be closed because #5132 already covers the case and original issue had been already closed by the same reason

@nirname nirname closed this Jan 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Docs Docker section ./run commands seem incorrect
2 participants