Explorar el Código

run release script

Daniel Zlotin hace 8 años
padre
commit
27b7318e7c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      package.json

+ 1
- 1
package.json Ver fichero

@@ -32,7 +32,7 @@
32 32
     "test-ios": ":",
33 33
     "test": "npm run lint && npm run test-js && npm run test-android && npm run test-ios",
34 34
     "test-watch": "BABEL_ENV=test jest --coverage --watch",
35
-    "release": ":"
35
+    "release": "node ./scripts/release.js"
36 36
   },
37 37
   "peerDependencies": {
38 38
     "react-native": "*",