migrate lerna to pnpm

https://lerna.js.org/docs/recipes/using-pnpm-with-lerna
This commit is contained in:
Felix Roos
2023-01-28 22:01:35 +01:00
parent 902f722d4c
commit cfaecf9fcb
3 changed files with 60 additions and 46 deletions
-3
View File
@@ -26,9 +26,6 @@
"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/*"
],
"repository": {
"type": "git",
"url": "git+https://github.com/tidalcycles/strudel.git"