Skip to content

Commit 1daaabf

Browse files
committed
np no-cleanup
1 parent 93d99be commit 1daaabf

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@
9292
}
9393
},
9494
"np": {
95-
"yarn": false
95+
"yarn": false,
96+
"cleanup": false
9697
},
9798
"publishConfig": {
9899
"registry": "https://registry.npmjs.org"

yarn.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -3280,7 +3280,7 @@ [email protected]:
32803280
version "1.2.0"
32813281
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284"
32823282

3283-
minimist@^1.2.0:
3283+
minimist@^1.2.0, minimist@^1.2.6:
32843284
version "1.2.6"
32853285
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44"
32863286
integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==

0 commit comments

Comments
 (0)