nx icon indicating copy to clipboard operation
nx copied to clipboard

@nrwl/js:tsc bot removing tmp folder after it is done

Open morriswinkler opened this issue 2 years ago • 0 comments

Current Behavior

tmp folder left after running @nrwl/js:tsc executor

Expected Behavior

tmp folder should be removed after @nrwl/js:tsc exucutor is run

Steps to Reproduce

 "targets": {
        "build": {
            "executor": "@nrwl/js:tsc",
            "outputs": ["{options.outputPath}"],
            "options": {
                "outputPath": "dist/libs/my-lib",
                "tsConfig": "libs/my-lib/tsconfig.lib.json",
                "packageJson": "libs/my-lib/package.json",
                "main": "libs/my-lib/src/index.ts",
                "assets": ["libs/my-lib/*.md"]
            }
        }
    }

Environment

   Node : 16.15.1
   OS   : darwin x64
   pnpm : 7.8.0

   nx : 14.5.4
   @nrwl/angular : Not Found
   @nrwl/cypress : Not Found
   @nrwl/detox : Not Found
   @nrwl/devkit : Not Found
   @nrwl/eslint-plugin-nx : 14.5.4
   @nrwl/express : Not Found
   @nrwl/jest : 14.5.4
   @nrwl/js : 14.5.4
   @nrwl/linter : Not Found
   @nrwl/nest : Not Found
   @nrwl/next : Not Found
   @nrwl/node : 14.5.4
   @nrwl/nx-cloud : Not Found
   @nrwl/nx-plugin : Not Found
   @nrwl/react : Not Found
   @nrwl/react-native : Not Found
   @nrwl/schematics : Not Found
   @nrwl/storybook : Not Found
   @nrwl/web : Not Found
   @nrwl/workspace : 14.5.4
   typescript : 4.7.4

morriswinkler avatar Aug 09 '22 07:08 morriswinkler