Skip to content

Commit 6986cfd

Browse files
committed
Changed target name.
1 parent af3bcd0 commit 6986cfd

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
@@ -22,7 +22,7 @@
2222
"prettier-check": "npx prettier@2 --check \"packages/**/*.ts\"",
2323
"prettier-fix": "npx prettier@2 --write \"packages/**/*.ts\"",
2424
"ncu": "npm exec --workspaces -- npx npm-check-updates@12",
25-
"ncu-upgrade": "npm exec --workspaces -- npx npm-check-updates@12 -u",
25+
"ncu-update": "npm exec --workspaces -- npx npm-check-updates@12 -u",
2626
"publish-prerelease": "./bin/version.js prerelease",
2727
"publish-patch": "./bin/version.js patch",
2828
"publish-minor": "./bin/version.js minor",

0 commit comments

Comments
 (0)