Skip to content

Commit

Permalink
Switch order in package json
Browse files Browse the repository at this point in the history
  • Loading branch information
elliott-king authored Oct 12, 2023
1 parent 95c71b8 commit 2a4684b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
"predb:seed:dev": "yarn predev:cognito:ci",
"predev:cognito:ci": "yarn copy:mock:awsexports && yarn copy:mock:awsexportses5",
"predev:cognito": "yarn build:aws-exports-es5",
"predev": "yarn copy:mock:awsexports db:seed:ifndf",
"predev": "yarn db:seed:ifndf copy:mock:awsexports",
"prestart:ci": "yarn predev:cognito:ci",
"prestart:empty": "yarn db:seed:empty",
"prestart": "yarn db:seed:ifndf",
Expand Down

0 comments on commit 2a4684b

Please sign in to comment.