We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fafcea commit a72096fCopy full SHA for a72096f
package.json
@@ -18,7 +18,7 @@
18
"prepublish": "tsc",
19
"semantic-release": "semantic-release",
20
"start": "redocly preview --project-dir dist",
21
- "mock": "npm run build && prism mock ./dist/openapi.yaml",
+ "mock": "pnpm build && prism mock ./dist/openapi.yaml",
22
"build": "tsc",
23
"test": "redocly lint dist/openapi.yaml && redocly lint dist/openapi.json"
24
},
0 commit comments