We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22c5f03 commit e714b59Copy full SHA for e714b59
1 file changed
Makefile
@@ -78,7 +78,8 @@ openapi/ams/generate:
78
.PHONY: openapi/ams/generate
79
80
mock-api/start:
81
- echo -e "y" | npx @rhoas/api-mock
+ npm install -g @rhoas/api-mock
82
+ asapi
83
.PHONY: mock-api/start
84
85
# clean up code and dependencies
@@ -102,4 +103,4 @@ docs/generate:
102
103
104
docs/generate-modular-docs: docs/generate
105
SRC_DIR=$$(pwd)/docs/commands DEST_DIR=$$(pwd)/dist go run ./cmd/modular-docs
-.PHONY: docs/generate-modular-docs
106
+.PHONY: docs/generate-modular-docs
0 commit comments