Browse Source

run release script

Daniel Zlotin 8 years ago
parent
commit
27b7318e7c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      package.json

+ 1
- 1
package.json View File

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