diff --git a/connect.yaml b/connect.yaml index b2350c9..e1f4b8c 100644 --- a/connect.yaml +++ b/connect.yaml @@ -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 diff --git a/full-sync/package.json b/full-sync/package.json index 44a0802..deddac4 100644 --- a/full-sync/package.json +++ b/full-sync/package.json @@ -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",