Skip to content

Commit a5f43df

Browse files
committed
fix: enable strict mode
1 parent 0bdefef commit a5f43df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

@packages/utils/pkg-check.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ const cli = yargs
6060
.usage('Check if a package creates valid tarballs')
6161
.example('$0', '')
6262
.help()
63-
.version();
63+
.version()
64+
.strict();
6465

6566
async function main(flags) {
6667
if (!Proxy) {

0 commit comments

Comments
 (0)