Skip to content

Commit

Permalink
publish-packages is ES6 now
Browse files Browse the repository at this point in the history
  • Loading branch information
mmomtchev committed Jun 24, 2024
1 parent e25298a commit 53b9af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"lcov": "npx c8 report --reporter=text-lcov > coverage/tests.lcov",
"codecov": "cd coverage && curl -s https://codecov.io/bash | bash",
"version": "git add package.json",
"postversion": "git push && git push --tags && node ./scripts/publish-packages.js && npm run doc:publish",
"postversion": "git push && git push --tags && node ./scripts/publish-packages.mjs && npm run doc:publish",
"container": "bash scripts/container.sh",
"test:u20": "npm run container dev ubuntu:20.04 18 shared",
"test:u20n16": "npm run container dev ubuntu:20.04 16 shared",
Expand Down

0 comments on commit 53b9af0

Please sign in to comment.