Explorar o código

@joystream/types build fix: Don't remove node-modules

Leszek Wiesner %!s(int64=3) %!d(string=hai) anos
pai
achega
74ecbad66f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      types/package.json

+ 1 - 1
types/package.json

@@ -8,7 +8,7 @@
     "prepublishOnly": "npm run build",
     "prepack": "npm run build",
     "compile": "tsc --build tsconfig.json",
-    "build": "git clean -xdf && yarn compile && yarn generate:all",
+    "build": "git clean -xdf -e node_modules && yarn compile && yarn generate:all",
     "lint": "eslint ./ --ext .ts",
     "format": "prettier ./ --write",
     "check:augment": "tsc --build tsconfig-augment.json && tsc --build tsconfig-augment-codec.json",