Skip to content

Commit

Permalink
ci: remove jsx-compiler test
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisCindy committed Jan 9, 2024
1 parent 8d931d5 commit 224b38b
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 @@ -49,7 +49,7 @@
"setup": "rm -rf node_modules && yarn install && npm run clean && npm run build",
"lint": "eslint --ext .js --ext .jsx ./",
"lint:fix": "npm run lint -- --fix",
"test": "jest --logHeapUsage --detectOpenHandles",
"test": "jest --logHeapUsage --detectOpenHandles --testPathIgnorePatterns=/jsx-compiler/",
"build": "ts-node ./scripts/build.ts",
"clean": "rimraf packages/*/lib",
"check-and-publish": "node ./scripts/check-and-publish",
Expand Down

0 comments on commit 224b38b

Please sign in to comment.