Skip to content

Commit

Permalink
Add build task
Browse files Browse the repository at this point in the history
  • Loading branch information
ThFriedrich committed Oct 28, 2024
1 parent fc97585 commit 2db7b39
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
.vscode
*.pdf
jats
13 changes: 13 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "build",
"type": "shell",
"command": "sh ./inara/scripts/entrypoint.sh -o pdf paper.md",
"problemMatcher": []
}
]
}

0 comments on commit 2db7b39

Please sign in to comment.