We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c070c8 commit 97fa9ffCopy full SHA for 97fa9ff
package.json
@@ -52,7 +52,7 @@
52
"build": "npm run clean && npm run build:esm && npm run build:bundles",
53
"build:esm": "tsc",
54
"build:bundles": "NODE_ENV=production rollup -c",
55
- "postbuild": "npm run check && npm run test:size && npm run test:demo-projects",
+ "postbuild": "npm run check && npm run test:demo-projects",
56
"check": "npm run check:cjs && npm run check:esm && npm run check:browser && npm run check:browser-min",
57
"check:browser": "es-check es2018 ./dist/contentful.browser.js",
58
"check:browser-min": "es-check es2018 ./dist/contentful.browser.min.js",
0 commit comments