Skip to content
This repository has been archived by the owner on Sep 6, 2022. It is now read-only.

Commit

Permalink
use npm lint in fastfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nakhbari authored Apr 13, 2018
1 parent a09a4ad commit d894269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ end
lane :tslint do
desc "TSLint the whole project to ensure no style violations"
sh("cd ..;npm install")
sh("cd ..;./node_modules/tslint/bin/tslint './web/**/*.ts'")
sh("cd ..;npm run lint")
end

0 comments on commit d894269

Please sign in to comment.