Skip to content

Commit

Permalink
chore: remove runtime plugin test command
Browse files Browse the repository at this point in the history
  • Loading branch information
2heal1 committed Dec 20, 2024
1 parent f0b1d4c commit 4c3951d
Showing 1 changed file with 0 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,29 +33,11 @@
]
}
},
"test": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": {
"jestConfig": "packages/runtime-plugins/inject-external-runtime-core-plugin/jest.config.js",
"passWithNoTests": true
},
"configurations": {
"ci": {
"ci": true,
"codeCoverage": true
}
}
},
"pre-release": {
"executor": "nx:run-commands",
"options": {
"parallel": false,
"commands": [
{
"command": "nx run inject-external-runtime-core-plugin:test",
"forwardAllArgs": false
},
{
"command": "nx run inject-external-runtime-core-plugin:build",
"forwardAllArgs": false
Expand Down

0 comments on commit 4c3951d

Please sign in to comment.