Skip to content

Commit b314624

Browse files
committed
Remove scripts related to prior local setup of mock-server
1 parent 4865c6d commit b314624

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

mock-server/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
"build/"
1919
],
2020
"scripts": {
21-
"postinstall": "npm run compile",
2221
"check": "gts check",
2322
"clean": "gts clean",
2423
"compile": "tsc -p .",

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@
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",
@@ -85,7 +84,7 @@
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
}

0 commit comments

Comments
 (0)