We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c59b34c commit 97f9147Copy full SHA for 97f9147
.github/workflows/publish-npm-package.yml
@@ -6,7 +6,6 @@ on:
6
workflow_dispatch:
7
8
env:
9
- NODE_ENV: production
10
NODE_VERSION: '10.x'
11
12
jobs:
package.json
@@ -39,9 +39,7 @@
39
"test:deps": "npx depcheck --ignores=\"@types/*\"",
40
"posttest": "npm run check",
41
"package": "npx yarn pack --filename openapi-cop.tgz",
42
- "preinstall": "npx per-env",
43
- "preinstall:production": "",
44
- "preinstall:development": "(test -d mock-server && cd mock-server && npm install) || true"
+ "preinstall": "(test -d mock-server && cd mock-server && npm install) || true"
45
},
46
"dependencies": {
47
"@types/express": "4.17.13",
0 commit comments