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 fdd7b0e commit 97db128
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 16 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ test:
node bundle.js
./node_modules/.bin/ava
make lint
# make bundlesize
make bundlesize

ci:
npm install
Expand All @@ -25,7 +25,7 @@ ci:
./node_modules/.bin/lerna run prepublish
node bundle.js
./node_modules/.bin/ava --config e2e.config.js
# make bundlesize
make bundlesize

clean:
make stop
Expand Down
13 changes: 0 additions & 13 deletions package-lock.json

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

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"ava": "^3.15.0",
"babel-plugin-jsx-pragmatic": "^1.0.2",
"babel-plugin-transform-async-to-promises": "^0.8.18",
"babel-register-esm": "^1.2.5",
"babelify": "^10.0.0",
"babylon": "^6.18.0",
"browser-pack-flat": "^3.5.0",
Expand Down

0 comments on commit 97db128

Please sign in to comment.