Browse Source

Add prepublishOnly script to JS client

Loris Leiva 1 năm trước cách đây
mục cha
commit
7a642cf44c
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      clients/js/package.json

+ 2 - 1
clients/js/package.json

@@ -24,7 +24,8 @@
     "lint": "eslint --ext js,ts,tsx src",
     "lint:fix": "eslint --fix --ext js,ts,tsx src",
     "format": "prettier --check src test",
-    "format:fix": "prettier --write src test"
+    "format:fix": "prettier --write src test",
+    "prepublishOnly": "pnpm build"
   },
   "publishConfig": {
     "access": "public",