this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

๐Ÿšš Rename builder repos submodules to builders/lang

+1 -1
+1 -1
package.json
··· 8 8 "preview": "astro preview", 9 9 "astro": "astro", 10 10 "format": "prettier --write .", 11 - "syncworkflow": "cp .github/workflows/publish.yml portfolio-build-en/.github/workflows; cd portfolio-build-en; git add .github; git commit -m 'Update workflow'; git push; cd ..; cp .github/workflows/publish.yml portfolio-build-fr/.github/workflows; cd portfolio-build-fr; git add .github; git commit -m 'Update workflow'; git push", 11 + "syncworkflow": "cp .github/workflows/publish.yml builders/en/.github/workflows; cd builders/en; git add .github; git commit -m 'Update workflow'; git push; cd ..; cp .github/workflows/publish.yml builders/fr/.github/workflows; cd builders/fr; git add .github; git commit -m 'Update workflow'; git push", 12 12 "database": "ortfodb --config ./ortfodb.yaml --scattered build works.json" 13 13 }, 14 14 "dependencies": {