Procházet zdrojové kódy

run release script

Daniel Zlotin před 8 roky
rodič
revize
27b7318e7c
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      package.json

+ 1
- 1
package.json Zobrazit soubor

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