Skip to content

Commit 2db7b39

Browse files
committed
Add build task
1 parent fc97585 commit 2db7b39

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
.vscode
21
*.pdf
32
jats

.vscode/tasks.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
// See https://go.microsoft.com/fwlink/?LinkId=733558
3+
// for the documentation about the tasks.json format
4+
"version": "2.0.0",
5+
"tasks": [
6+
{
7+
"label": "build",
8+
"type": "shell",
9+
"command": "sh ./inara/scripts/entrypoint.sh -o pdf paper.md",
10+
"problemMatcher": []
11+
}
12+
]
13+
}

0 commit comments

Comments
 (0)