Explorar el Código

Update package.json

Thibault Malbranche hace 5 años
padre
commit
84b8433fee
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      package.json

+ 1
- 1
package.json Ver fichero

@@ -15,7 +15,7 @@
15 15
     "ci:publish": "yarn semantic-release",
16 16
     "lint": "yarn tsc --noEmit && yarn eslint ./src --ext .ts,.tsx",
17 17
     "build": "yarn tsc",
18
-    "prepublish": "yarn build",
18
+    "prepublishOnly": "yarn build",
19 19
     "test": "yarn jest"
20 20
   },
21 21
   "peerDependencies": {