Skip to content

Commit 03b62ce

Browse files
committed
Bumps node modules
1 parent 553501d commit 03b62ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if [ $result -ne 0 ]; then
1414
fi
1515
echo ""
1616
pwd
17-
npx -y pnpm@latest self-update && pnpm install && pnpm up -r && pnpm -r --if-present --parallel lint-fix && pnpm -r --if-present --parallel build
17+
npx -y pnpm@latest self-update && pnpm install && pnpm up -r && pnpm audit --fix && pnpm up -r && pnpm -r --if-present --parallel lint-fix && pnpm -r --if-present --parallel build
1818
result=$?
1919
if [ $result -ne 0 ]; then
2020
cd "${CUR}" || exit

0 commit comments

Comments
 (0)