Skip to content

Commit 16bb8bb

Browse files
Merge pull request #210 from technote-space/technote-space-patch-1
chore: Update package.json
2 parents 8413d3e + 1bbfc41 commit 16bb8bb

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
@@ -57,6 +57,6 @@
5757
"cover": "jest --coverage",
5858
"cover:update": "jest --coverage --updateSnapshot",
5959
"develop": "webpack --mode development --config webpack.config.js",
60-
"update": "ncu -u && yarn install && yarn upgrade && yarn audit"
60+
"update": "npx npm-check-updates -u && yarn install && yarn upgrade && yarn audit"
6161
}
6262
}

0 commit comments

Comments
 (0)