Skip to content

Commit 97fa9ff

Browse files
committed
build: remove bundle size check again from postbuild to avoid issues on CI
1 parent 2c070c8 commit 97fa9ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"build": "npm run clean && npm run build:esm && npm run build:bundles",
5353
"build:esm": "tsc",
5454
"build:bundles": "NODE_ENV=production rollup -c",
55-
"postbuild": "npm run check && npm run test:size && npm run test:demo-projects",
55+
"postbuild": "npm run check && npm run test:demo-projects",
5656
"check": "npm run check:cjs && npm run check:esm && npm run check:browser && npm run check:browser-min",
5757
"check:browser": "es-check es2018 ./dist/contentful.browser.js",
5858
"check:browser-min": "es-check es2018 ./dist/contentful.browser.min.js",

0 commit comments

Comments
 (0)