Commit 6a3da318 authored by yogevbd's avatar yogevbd

build typescript before test-e2e-ios

parent bbf6a09b
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
"pretest": "./node_modules/.bin/eslint *.js test", "pretest": "./node_modules/.bin/eslint *.js test",
"test": "node scripts/test", "test": "node scripts/test",
"start": "node ./scripts/start", "start": "node ./scripts/start",
"pretest-e2e-ios": "npm run build", "pretest-e2e-ios-release": "npm run build",
"test-e2e-ios": "node ./scripts/test-e2e --ios", "test-e2e-ios": "node ./scripts/test-e2e --ios",
"test-e2e-ios-release": "node ./scripts/test-e2e --ios --release", "test-e2e-ios-release": "node ./scripts/test-e2e --ios --release",
"test-unit-ios": "node ./scripts/test-unit --ios", "test-unit-ios": "node ./scripts/test-unit --ios",
...@@ -36,7 +36,6 @@ ...@@ -36,7 +36,6 @@
}, },
"nativePackage": true, "nativePackage": true,
"dependencies": { "dependencies": {
"core-js": "^1.0.0",
"uuid": "^2.0.3" "uuid": "^2.0.3"
}, },
"peerDependencies": { "peerDependencies": {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment