Skip to content

Commit 46fe47c

Browse files
chore: tweaks
1 parent fb0b195 commit 46fe47c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@
5858
"lint": "eslint 'src/**/*.ts' '__tests__/**/*.ts' --cache",
5959
"lint:fix": "eslint --fix 'src/**/*.ts' '__tests__/**/*.ts'",
6060
"cover": "jest --coverage",
61-
"update": "ncu -u && yarn install && yarn upgrade && yarn audit"
61+
"update": "npx ncu -u && yarn install && yarn upgrade && yarn audit"
6262
}
6363
}

0 commit comments

Comments
 (0)