Skip to content

Commit ad01f75

Browse files
authored
Fix: lint.sh -- return to root folder before yarn lint (#85)
1 parent 34dc77d commit ad01f75

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
### Fixed
11+
12+
- `lint.sh`: return to app root folder before running `yarn lint`
13+
1014
## [0.2.25] - 2024-03-18
1115

1216
### Added

lint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ cd node/
44
[ -d node_modules ] && rm -rf node_modules
55
yarn cache clean
66
yarn --frozen-lockfile
7+
cd ..
78
yarn lint

0 commit comments

Comments
 (0)