build typescript before test-e2e-ios
Showing
... | @@ -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": { | ||
... | ... |
Please register or sign in to comment