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 1818 " build/"
1919 ],
2020 "scripts" : {
21- "postinstall" : " npm run compile" ,
2221 "check" : " gts check" ,
2322 "clean" : " gts clean" ,
2423 "compile" : " tsc -p ." ,
Original file line number Diff line number Diff line change 3838 "test:docker" : " bash ./test/docker/run-docker-test.bash" ,
3939 "test:deps" : " npx depcheck --ignores=\" @types/*\" " ,
4040 "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"
4342 },
4443 "dependencies" : {
4544 "@types/express" : " 4.17.13" ,
8584 "find-process" : " 1.4.7" ,
8685 "gts" : " 3.1.1" ,
8786 "mocha" : " 9.2.2" ,
88- "openapi-cop-mock-server" : " 1.0.0" ,
87+ "@exxeta/ openapi-cop-mock-server" : " 1.0.0" ,
8988 "typescript" : " 4.0.5"
9089 }
9190}
You can’t perform that action at this time.
0 commit comments