File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,6 @@ node_modules
9
9
/test /** /yarn.lock
10
10
/test /** /node_modules
11
11
12
- oclif.lock
12
+
13
13
oclif.manifest.json
14
14
npm-shrinkwrap.json
Original file line number Diff line number Diff line change 39
39
"files" : [
40
40
" /lib" ,
41
41
" /oclif.manifest.json" ,
42
- " /npm-shrinkwrap.json" ,
43
- " /oclif.lock"
42
+ " /npm-shrinkwrap.json"
44
43
],
45
44
"homepage" : " https://github.com/oclif/plugin-which" ,
46
45
"keywords" : [
59
58
"repository" : " oclif/plugin-which" ,
60
59
"scripts" : {
61
60
"build" : " shx rm -rf lib && tsc" ,
62
- "clean" : " shx rm -f oclif.manifest.json npm-shrinkwrap.json oclif.lock " ,
61
+ "clean" : " shx rm -f oclif.manifest.json npm-shrinkwrap.json" ,
63
62
"compile" : " tsc" ,
64
63
"lint" : " eslint . --ext .ts" ,
65
64
"postpack" : " yarn run clean" ,
66
65
"posttest" : " yarn lint" ,
67
- "prepack" : " yarn build && oclif manifest && oclif readme && npm shrinkwrap && oclif lock " ,
66
+ "prepack" : " yarn build && oclif manifest && oclif readme && npm shrinkwrap" ,
68
67
"prepare" : " husky && yarn build" ,
69
68
"pretest" : " yarn build && tsc -p test --noEmit" ,
70
69
"test" : " mocha --forbid-only \" test/**/*.test.ts\" " ,
You can’t perform that action at this time.
0 commit comments