Skip to content

Commit

Permalink
Remove the ESM bundle in browser check from postbuild
Browse files Browse the repository at this point in the history
This has failed for several years without anyone noticing. Even if the exit status is non-zero, the
build does not fail, for whatever reason. So this has no meaning as of now.
  • Loading branch information
fatso83 committed May 6, 2024
1 parent f153ab0 commit 0305147
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 @@ -51,7 +51,7 @@
"unimported": "unimported .",
"pretest-webworker": "npm run build",
"prebuild": "rimraf pkg && npm run check-dependencies",
"postbuild": "npm run test-esm-support && npm run check-esm-bundle-runs-in-browser",
"postbuild": "npm run test-esm-support ",
"prebuild-docs": "./scripts/update-compatibility.js",
"prepublishOnly": "npm run build",
"prettier:check": "prettier --check '**/*.{js,css,md}'",
Expand Down

0 comments on commit 0305147

Please sign in to comment.