Skip to content

Commit bc5b5a1

Browse files
authored
Update CONTRIBUTING.md
`npx jsii-conf` was failing with `npm ERR! 404 'jsii-conf@latest' is not in the npm registry.`
1 parent 28d9e06 commit bc5b5a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Contributing
22

33
1. Create empty package: `npx lerna create @cdk-seed/<package-name>`
4-
1. Prepare package: `npx jsii-conf -p ./packages/<package-name>/package.json`
4+
1. Prepare package: `npx jsii-config-p ./packages/<package-name>/package.json`
55

66
## Additional Resources
77

0 commit comments

Comments
 (0)