Skip to content

Commit

Permalink
Add test-only in package.json for citgm (#16497)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed May 16, 2024
1 parent 6e3539b commit 4b84474
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"fix": "make fix",
"lint": "make lint",
"test": "make test",
"test-only": "make test-only",
"version": "yarn --immutable-cache && git add yarn.lock",
"test:esm": "node test/esm/index.js",
"test:runtime:generate-absolute-runtime": "node test/runtime-integration/generate-absolute-runtime.cjs",
Expand Down

0 comments on commit 4b84474

Please sign in to comment.