Skip to content

Commit

Permalink
Remove aws data commands
Browse files Browse the repository at this point in the history
  • Loading branch information
JessterB committed Jan 30, 2023
1 parent deb9b58 commit db95dbf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions package.json
Expand Up @@ -39,8 +39,6 @@
"mongo:start": "sh ./scripts/start-mongo.sh '/var/lib/mongodb/'",
"mongo:start:windows": "sh ./scripts/start-mongo.sh 'C:\\data\\db'",
"data:local": "npm run clean:data && sh ./scripts/get-data-local.sh",
"data:local-aws": "npm run clean:data && sh ./scripts/get-data-local-aws.sh",
"data:aws": "npm run clean:data && sh ./scripts/get-data-aws.sh",
"cypress": "cypress",
"cypress:run": "cypress run --config-file ./config/cypress.config.js"
},
Expand Down

0 comments on commit db95dbf

Please sign in to comment.