Commit 6a3da318 authored by yogevbd's avatar yogevbd

build typescript before test-e2e-ios

parent bbf6a09b
......@@ -27,7 +27,7 @@
"pretest": "./node_modules/.bin/eslint *.js test",
"test": "node scripts/test",
"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-release": "node ./scripts/test-e2e --ios --release",
"test-unit-ios": "node ./scripts/test-unit --ios",
......@@ -36,7 +36,6 @@
},
"nativePackage": true,
"dependencies": {
"core-js": "^1.0.0",
"uuid": "^2.0.3"
},
"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