File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 18
18
" build/"
19
19
],
20
20
"scripts" : {
21
- "postinstall" : " npm run compile" ,
22
21
"check" : " gts check" ,
23
22
"clean" : " gts clean" ,
24
23
"compile" : " tsc -p ." ,
Original file line number Diff line number Diff line change 38
38
"test:docker" : " bash ./test/docker/run-docker-test.bash" ,
39
39
"test:deps" : " npx depcheck --ignores=\" @types/*\" " ,
40
40
"posttest" : " npm run check" ,
41
- "package" : " npx yarn pack --filename openapi-cop.tgz" ,
42
- "preinstall" : " (test -d mock-server && cd mock-server && npm install) || true"
41
+ "package" : " npx yarn pack --filename openapi-cop.tgz"
43
42
},
44
43
"dependencies" : {
45
44
"@types/express" : " 4.17.13" ,
85
84
"find-process" : " 1.4.7" ,
86
85
"gts" : " 3.1.1" ,
87
86
"mocha" : " 9.2.2" ,
88
- "openapi-cop-mock-server" : " 1.0.0" ,
87
+ "@exxeta/ openapi-cop-mock-server" : " 1.0.0" ,
89
88
"typescript" : " 4.0.5"
90
89
}
91
90
}
You can’t perform that action at this time.
0 commit comments