We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8488309 commit ae3fb5dCopy full SHA for ae3fb5d
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
+### Added
11
+
12
+- lint.sh file
13
14
## [0.2.24] - 2024-01-29
15
16
### Fixed
lint.sh
@@ -0,0 +1,7 @@
1
+#!/bin/bash
2
3
+cd node/
4
+[ -d node_modules ] && rm -rf node_modules
5
+yarn cache clean
6
+yarn --frozen-lockfile
+yarn lint
0 commit comments