Skip to content

Commit

Permalink
DEVPROD-6516: Make evg-db-ops scripts available to Parsley (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
SupaJoon authored Apr 16, 2024
1 parent 6bfc8e5 commit 5eceb43
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions apps/parsley/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"deploy:prod": "env-cmd -e production ts-node scripts/deploy/run-deploy",
"deploy:do-not-use": ". ./scripts/deploy/deploy.sh",
"dev": "env-cmd -e devLocal -r .env-cmdrc.local.json vite",
"evg-db-ops": "yarn --cwd='../..' evg-db-ops",
"staging": "env-cmd -e devStaging -r .env-cmdrc.local.json vite",
"prod": "env-cmd -e devProduction -r .env-cmdrc.local.json vite",
"eslint:fix": "yarn eslint:strict --fix",
Expand Down
2 changes: 1 addition & 1 deletion apps/spruce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"eslint:fix": "yarn eslint:strict --fix",
"eslint:staged": "STRICT=1 eslint",
"eslint:strict": "STRICT=1 eslint '*.{js,ts,tsx}' 'src/**/*.ts?(x)' 'scripts/**/*.js' 'cypress/**/*.ts' 'src/gql/**/*.graphql'",
"evg-db-ops": "scripts/evg-db-ops.sh",
"evg-db-ops": "yarn --cwd='../..' evg-db-ops",
"prepare": "yarn --cwd='../..' prepare",
"prettier-run": "prettier --write",
"prod": "env-cmd -e devProduction -r .env-cmdrc.local.json yarn start",
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
]
},
"scripts": {
"evg-db-ops": "./scripts/evg-db-ops.sh",
"prepare": "husky",
"test": "jest --watchAll=false"
},
Expand Down
File renamed without changes.

0 comments on commit 5eceb43

Please sign in to comment.