Skip to content

Commit

Permalink
Fix vendoring of cmarkit
Browse files Browse the repository at this point in the history
Signed-off-by: Paul-Elliot <[email protected]>
  • Loading branch information
panglesd committed May 27, 2024
1 parent 600d801 commit 4bb5084
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ Use `dune-release`

`dune install` the last release of slipshow.

Update the version on `gui/slipshow-gui/src-tauri/tauri.conf.json` (and maybe `gui/slipshow-gui/package.json`)

```
sliphub$ dune build
sliphub$ cd gui/slipshow-gui
Expand All @@ -63,3 +65,4 @@ slipshow-vscode$ vsce publish patch # (or minor, major)

Publish on open-vsx: connect to open-vsx, login and manually publish the new vsix.

- Update sliphub
2 changes: 2 additions & 0 deletions dune
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@
(run yarn build-staged)))

(data_only_dirs node_modules)

(vendored_dirs vendor)
3 changes: 0 additions & 3 deletions slipshow.opam
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,3 @@ build: [
]
]
dev-repo: "git+https://github.com/panglesd/slipshow.git"
pin-depends: [
"cmarkit.dev" "git+https://github.com/panglesd/cmarkit.git#markdown-attributes"
]
3 changes: 0 additions & 3 deletions slipshow.opam.template
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
pin-depends: [
"cmarkit.dev" "git+https://github.com/panglesd/cmarkit.git#markdown-attributes"
]

0 comments on commit 4bb5084

Please sign in to comment.