Mokhtar Naamani 3 anni fa
parent
commit
03b78b2f3a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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 -e node_modules && 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",