Skip to content

Commit

Permalink
remove connector config
Browse files Browse the repository at this point in the history
  • Loading branch information
mzanoni committed Jun 13, 2024
1 parent 2d525c2 commit faaf984
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions connect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ deployAs:
properties:
schedule: "0 * * * *"
scripts:
postDeploy: npm install && npm run build && npm run connector:post-deploy
preUndeploy: npm install && npm run build && npm run connector:pre-undeploy
postDeploy: npm install && npm run build
preUndeploy: npm install && npm run build
configuration:
standardConfiguration:
- key: CTP_REGION
Expand Down
4 changes: 1 addition & 3 deletions full-sync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@
"lint": "eslint . --ext .ts",
"prettier": "prettier --write '**/*.{js,ts}'",
"test": "jest --config jest.config.cjs --coverage",
"test:watch": "jest --watch",
"connector:post-deploy": "node build/connector/post-deploy.js",
"connector:pre-undeploy": "node build/connector/pre-undeploy.js"
"test:watch": "jest --watch"
},
"author": "Relewise",
"license": "MIT",
Expand Down

0 comments on commit faaf984

Please sign in to comment.