Skip to content

Commit ca75a58

Browse files
committed
build: run per-env with npx
1 parent b383ab4 commit ca75a58

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

package-lock.json

Lines changed: 0 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"test:deps": "npx depcheck --ignores=\"@types/*\"",
4040
"posttest": "npm run check",
4141
"package": "npx yarn pack --filename openapi-cop.tgz",
42-
"preinstall": "per-env",
42+
"preinstall": "npx per-env",
4343
"preinstall:development": "cd mock-server && npm install"
4444
},
4545
"dependencies": {
@@ -58,7 +58,6 @@
5858
"lodash": "4.17.21",
5959
"openapi-backend": "3.9.2",
6060
"openapi-types": "10.0.0",
61-
"per-env": "^1.0.2",
6261
"qs": "6.10.3",
6362
"request-promise-native": "1.0.9",
6463
"swagger-client": "3.18.4",

0 commit comments

Comments
 (0)