Skip to content

Commit e036c35

Browse files
author
Anubhav Sharma
committed
Modified contribution instructions. Fixing the path of the js files
1 parent 86e9d1e commit e036c35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ Please consult the issues and discussions section of the SBT repo for good first
3535
1. Make sure existing (and new) tests pass successfully by running `npm run test`
3636
1. Run `npm run build` to compile
3737
1. Go to the root of the project. Then, deploy the CDK stack using the following:
38-
- For `core-app-plane`: `npx cdk deploy --app='./lib/core-app-plane/integ.default.js'`
39-
- For `control-plane`: `CDK_PARAM_SYSTEM_ADMIN_EMAIL="test@example.com" npx cdk deploy --app='./lib/control-plane/integ.default.js'`
38+
- For `core-app-plane`: `npx cdk deploy --app='./src/core-app-plane/integ.default.js'`
39+
- For `control-plane`: `CDK_PARAM_SYSTEM_ADMIN_EMAIL="test@example.com" npx cdk deploy --app='./src/control-plane/integ.default.js'`
4040
1. Test out the new feature(s) and redeploy as needed
4141
1. Write tests for any changed code and commit
4242
1. Create a PR.

0 commit comments

Comments
 (0)