We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58a33b4 commit ab7423dCopy full SHA for ab7423d
3 files changed
client/build.sh
@@ -4,4 +4,4 @@ rm -Rf target/*
4
rm -Rf dist/*
5
source $NVM_DIR/nvm.sh
6
nvm use
7
-yarn install --force && CI=true yarn test && yarn build
+yarn install --force && CI=true yarn test && yarn lint && yarn build
welcome/.nvmrc
@@ -1 +1 @@
1
-v20.8.0
+v24.11.0
welcome/build.sh
0 commit comments