We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d88dc7 commit d9ef232Copy full SHA for d9ef232
CONTRIBUTING.md
@@ -43,7 +43,7 @@ pnpm install
43
# Build all packages in the monorepo (development)
44
pnpm run build:dev
45
46
-# Or build all packages in the monorepo (production))
+# Or build all packages in the monorepo (production)
47
pnpm run build:prod
48
```
49
packages/serverless-workflow-diagram-editor/README.md
@@ -31,7 +31,7 @@ pnpm install
31
# Build package (development)
32
33
34
-# Or build package (production))
+# Or build package (production)
35
36
37
# Build storybook static content for publishing (documentation and demo)
0 commit comments