File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ Please consult the issues and discussions section of the SBT repo for good first
35
35
1 . Make sure existing (and new) tests pass successfully by running ` npm run test `
36
36
1 . Run ` npm run build ` to compile
37
37
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' `
40
40
1 . Test out the new feature(s) and redeploy as needed
41
41
1 . Write tests for any changed code and commit
42
42
1 . Create a PR.
You can’t perform that action at this time.
0 commit comments