ICLC2023 paper (#306)
Paper submission for the international conference on live coding
This commit is contained in:
parent
e6bbad84c1
commit
bf373d894d
15 changed files with 1769 additions and 7 deletions
|
|
@ -21,7 +21,8 @@
|
|||
"lint": "eslint . --ext mjs,js --quiet",
|
||||
"codeformat": "prettier --write .",
|
||||
"format-check": "prettier --check .",
|
||||
"check": "npm run format-check && npm run lint && npm run test"
|
||||
"check": "npm run format-check && npm run lint && npm run test",
|
||||
"iclc": "cd paper && pandoc --template=pandoc/iclc.html --citeproc --number-sections iclc2023.md -o iclc2023.html && pandoc --template=pandoc/iclc.latex --citeproc --number-sections iclc2023.md -o iclc2023.pdf"
|
||||
},
|
||||
"workspaces": [
|
||||
"packages/*"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue