Skip to content

Commit a72096f

Browse files
committed
fix: use pnpm in mock script
1 parent 2fafcea commit a72096f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"prepublish": "tsc",
1919
"semantic-release": "semantic-release",
2020
"start": "redocly preview --project-dir dist",
21-
"mock": "npm run build && prism mock ./dist/openapi.yaml",
21+
"mock": "pnpm build && prism mock ./dist/openapi.yaml",
2222
"build": "tsc",
2323
"test": "redocly lint dist/openapi.yaml && redocly lint dist/openapi.json"
2424
},

0 commit comments

Comments
 (0)