소스 검색

run release script

Daniel Zlotin 8 년 전
부모
커밋
27b7318e7c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      package.json

+ 1
- 1
package.json 파일 보기

@@ -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": "*",