Skip to content

Commit

Permalink
do not run size-limit in CI for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoni Kepinski committed Aug 24, 2020
1 parent 562bfb3 commit f2189b4
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 @@ -18,7 +18,7 @@
"cjs": "tsc --module commonjs",
"build": "npm run esm && npm run cjs",
"size": "size-limit",
"test": "xo && c8 ava && npm run size",
"test": "xo && c8 ava",
"benchmark": "ts-node -T benchmark.ts",
"prepublishOnly": "npm run build"
},
Expand Down

0 comments on commit f2189b4

Please # to comment.