Procházet zdrojové kódy

same scripts in jenkins

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

+ 6
- 0
package.json Zobrazit soubor

@@ -20,6 +20,12 @@
20 20
   "main": "src/index.js",
21 21
   "scripts": {
22 22
     "build": ":",
23
+    "clean": ":",
24
+    "test-js": "npm run test",
25
+    "test-unit-ios": ":",
26
+    "test-unit-android": ":",
27
+    "test-e2e-ios": ":",
28
+    "test-e2e-android": ":",
23 29
     "lint": "eslint src test",
24 30
     "test:js": "jest --coverage",
25 31
     "test:android": "cd android && ./gradlew clean testDebugUnitTest",