Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
sonnyp committed Dec 20, 2024
1 parent 0604ac4 commit df61b37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ bundlesize:
./node_modules/.bin/bundlesize

bundle:
node bundle.cjs
node bundle.js

size:
make bundle
Expand Down
2 changes: 1 addition & 1 deletion e2e.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export default {
module.exports = {
failFast: true,
serial: true,
babel: {
Expand Down

0 comments on commit df61b37

Please sign in to comment.