Skip to content

Commit

Permalink
add v8 protectors invalidation check
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Jun 11, 2022
1 parent 188a315 commit 6338c5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@
"check-mapping": "zx scripts/check-compat-data-mapping.mjs",
"check-modules-by-versions": "zx scripts/check-compat-data-modules-by-versions.mjs",
"check-unused-modules": "zx scripts/check-unused-modules.mjs",
"check": "run-s check-unused-modules check-compat-tests check-modules-by-versions check-mapping check-dependencies",
"check-v8-protectors": "node --trace-protector-invalidation packages/core-js",
"check": "run-s check-v8-protectors check-unused-modules check-compat-tests check-modules-by-versions check-mapping check-dependencies",
"compat-node": "node tests/compat/node-runner",
"compat-node-json": "node tests/compat/node-runner --mode=JSON",
"compat-deno": "deno run --allow-read tests/compat/deno-runner.mjs",
Expand Down

0 comments on commit 6338c5f

Please sign in to comment.