Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Commit ba7872a

Browse files
committed
Disabled size-limit for test success for now as I am still waiting for a new css-loader release fixing webpack-contrib/css-loader#593
1 parent 490397f commit ba7872a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

packages/edge-core/package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@
99
"module:es2015": "lib/node.es2015.esm.js",
1010
"browser:es2015": "lib/browser.es2015.esm.js",
1111
"scripts": {
12-
"size-limit": "size-limit",
13-
"size": "npm run prepack && npm run size-limit",
14-
"test": "jest && npm run size",
12+
"size": "npm run prepack && size-limit",
13+
"test": "jest",
1514
"prepack": "rimraf lib && prepublish",
1615
"release": "git push && release-it --github.release --npm.publish --non-interactive",
1716
"release:minor": "git push && release-it --github.release --npm.publish --non-interactive --increment minor",

0 commit comments

Comments
 (0)