gemercheung hace 3 años
padre
commit
09ab3e6178
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      package.json

+ 2 - 1
package.json

@@ -13,7 +13,8 @@
         "clean": "pnpm run -r clean",
         "build": "pnpm run -r build",
         "test": "pnpm run -r test",
-        "lint": "eslint --fix --ext js,ts,tsx ."
+        "lint": "eslint --fix --ext js,ts,tsx .",
+        "publish": "pnpm run -r publish --filter @medici/core @medici/web @medici/types @medici/utils"
     },
     "devDependencies": {
         "@changesets/cli": "^2.23.2",