Skip to content

Commit

Permalink
Rename script files
Browse files Browse the repository at this point in the history
  • Loading branch information
pziemkowski committed Sep 1, 2023
1 parent 2e9b87d commit ff1aec1
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"cdk:deploy:migrations": "cdk deploy *MigrationsStack",
"diff:migrations": "cdk diff *MigrationsStack",
"lint:js": "eslint .",
"trigger-migrations-job": "node ./scripts/trigger_migrations_job.js"
"trigger-migrations-job": "node ./scripts/triggerMigrationsJob.js"
},
"devDependencies": {
"@sb/core": "*",
Expand Down
4 changes: 2 additions & 2 deletions packages/backend/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"options": {
"cwd": "packages/backend",
"color": true,
"commands": ["node scripts/execute_remote.js"],
"commands": ["node scripts/executeRemote.js"],
"parallel": false
}
},
Expand All @@ -54,7 +54,7 @@
"options": {
"cwd": "packages/backend",
"color": true,
"commands": ["node scripts/build_docs.js"],
"commands": ["node scripts/buildDocs.js"],
"parallel": false
},
"dependsOn": ["compose-build-image"]
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit ff1aec1

Please sign in to comment.