Browse Source

same scripts in jenkins

Daniel Zlotin 6 years ago
parent
commit
ca52a9dac2
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      package.json

+ 6
- 0
package.json View File

20
   "main": "src/index.js",
20
   "main": "src/index.js",
21
   "scripts": {
21
   "scripts": {
22
     "build": ":",
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
     "lint": "eslint src test",
29
     "lint": "eslint src test",
24
     "test:js": "jest --coverage",
30
     "test:js": "jest --coverage",
25
     "test:android": "cd android && ./gradlew clean testDebugUnitTest",
31
     "test:android": "cd android && ./gradlew clean testDebugUnitTest",