Skip to content

Commit ab7423d

Browse files
committed
#259 Add linter to build.sh
1 parent 58a33b4 commit ab7423d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

client/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ rm -Rf target/*
44
rm -Rf dist/*
55
source $NVM_DIR/nvm.sh
66
nvm use
7-
yarn install --force && CI=true yarn test && yarn build
7+
yarn install --force && CI=true yarn test && yarn lint && yarn build

welcome/.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v20.8.0
1+
v24.11.0

welcome/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ rm -Rf target/*
44
rm -Rf dist/*
55
source $NVM_DIR/nvm.sh
66
nvm use
7-
yarn install --force && CI=true yarn test && yarn build
7+
yarn install --force && CI=true yarn test && yarn lint && yarn build

0 commit comments

Comments
 (0)