Untitled

mail@pastecode.io avatarunknown
plain_text
a month ago
538 B
1
Indexable
Never
"e2e": {
          "builder": "@nrwl/cypress:cypress",
          "options": {
            "passWithNoTests": true,
            "cypressConfig": "cypress.json",
            "tsConfig": "tsconfig.e2e.json",
            "devServerTarget": "ufe-stewardesa-party:serve",
            "extraWebpackConfig": "config/cypress/cypress.coverage.webpack.js"
          },
          "configurations": {
            "production": {
              "devServerTarget": "ufe-stewardesa-party:serve:production"
            }
          }
        }