Ver código fonte

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

Leszek Wiesner 3 anos atrás
pai
commit
74ecbad66f
1 arquivos alterados com 1 adições e 1 exclusões
  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",