Skip to content

Commit fcbc492

Browse files
committed
style(lint): add lintDebug to standard android debug build
1 parent cf299e1 commit fcbc492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
},
7474
"android.emu.debug": {
7575
"binaryPath": "android/app/build/outputs/apk/debug/app-debug.apk",
76-
"build": "cd android && ./gradlew assembleDebug assembleAndroidTest -DtestBuildType=debug && cd ..",
76+
"build": "cd android && ./gradlew assembleDebug assembleAndroidTest lintDebug -DtestBuildType=debug && cd ..",
7777
"type": "android.emulator",
7878
"device": {
7979
"avdName": "TestingAVD"

0 commit comments

Comments
 (0)