Skip to content

Commit

Permalink
revert: disable v8 cache
Browse files Browse the repository at this point in the history
  • Loading branch information
nachoaldamav committed Feb 6, 2024
1 parent bc680ef commit bf980a6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 15 deletions.
2 changes: 0 additions & 2 deletions env/envs/pnpm-env/pnpm-env.bit-env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ import { ESLintLinter, EslintTask } from "@teambit/defender.eslint-linter";
import { JestTask, JestTester } from "@teambit/defender.jest-tester";
import { PrettierFormatter } from "@teambit/defender.prettier-formatter";
import { Tester } from "@teambit/tester";
import { NativeCompileCache } from '@teambit/toolbox.performance.v8-cache';

NativeCompileCache.uninstall();
export class PnpmEnv extends NodeEnv {
/* shorthand name for the environment */
name = "pnpm-env";
Expand Down
8 changes: 0 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 2 additions & 5 deletions workspace.jsonc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* this is the main configuration file of your bit workspace.
* for full documentation, please see: https://bit.dev/docs/workspace/workspace-configuration
**/{
**/ {
"$schema": "https://static.bit.dev/teambit/schemas/schema.json",
/**
* main configuration of the Bit workspace.
Expand Down Expand Up @@ -49,7 +49,6 @@
"@teambit/defender.prettier-formatter": "^1.0.8",
"@teambit/dependencies.modules.packages-excluder": "^1.0.8",
"@teambit/react.react-env": "^1.0.34",
"@teambit/toolbox.performance.v8-cache": "^0.0.33",
"@teambit/typescript.typescript-compiler": "^2.0.15",
"@types/graceful-fs": "4.1.5",
"@types/node-fetch": "^2.6.11",
Expand Down Expand Up @@ -83,9 +82,7 @@
"teambit.workspace/variants": {
"*": {
"teambit.pkg/pkg": {
"packageManagerPublishArgs": [
"--access public"
],
"packageManagerPublishArgs": ["--access public"],
"packageJson": {
"name": "@pnpm/{scope}.{name}",
"private": false,
Expand Down

0 comments on commit bf980a6

Please sign in to comment.