Skip to content

Commit

Permalink
Régler problème cjs/esm pour tests electron:main et pour pnpm watch
Browse files Browse the repository at this point in the history
  • Loading branch information
julienmalard committed Aug 23, 2023
1 parent 969a86f commit 7c00f3f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
git config user.name github-actions
git config user.email [email protected]
git add --all
git diff-index --quiet HEAD || git commit -m "style: format code"
git diff-index --quiet HEAD || git commit -m "style: formatter le code"
git push
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@
"dependencies": {
"@constl/ipa": "0.8.1",
"@constl/mandataire": "^0.1.13",
"@constl/mandataire-electron-principal": "^0.2.11",
"@constl/mandataire-electron-rendu": "^0.2.11",
"@constl/mandataire-electron-principal": "^0.2.13",
"@constl/mandataire-electron-rendu": "^0.2.13",
"@constl/serveur": "^0.3.2",
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@lassi-js/kili": "^0.2.2",
Expand Down
19 changes: 10 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7c00f3f

Please sign in to comment.