We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34dc77d commit ad01f75Copy full SHA for ad01f75
2 files changed
CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
8
## [Unreleased]
9
10
+### Fixed
11
+
12
+- `lint.sh`: return to app root folder before running `yarn lint`
13
14
## [0.2.25] - 2024-03-18
15
16
### Added
lint.sh
@@ -4,4 +4,5 @@ cd node/
4
[ -d node_modules ] && rm -rf node_modules
5
yarn cache clean
6
yarn --frozen-lockfile
+cd ..
yarn lint
0 commit comments