Merge pull request #168 from blockscout/fix-ci-cd
Fix ci cd
Showing
.env.template
0 → 100644
charts/.gitignore
deleted
100644 → 0
charts/Chart.yaml
deleted
100644 → 0
configs/app/config.ts
0 → 100644
configs/envs/.env.common
0 → 100644
configs/envs/.env.poa_core
0 → 100644
configs/nextjs/redirects.js
0 → 100644
configs/sentry/nextjs.ts
0 → 100644
configs/sentry/react.ts
0 → 100644
deploy/scripts/entrypoint.sh
0 → 100755
deploy/values/e2e/.sops.yaml
0 → 100644
lib/getMarketplaceApps.ts
0 → 100644
middleware.js
deleted
100644 → 0
middleware.ts
0 → 100644
... | ... | @@ -9,9 +9,13 @@ |
}, | ||
"scripts": { | ||
"dev": "next dev", | ||
"dev:poa_core": "./node_modules/.bin/dotenv -e ./configs/envs/.env.poa_core -e ./configs/envs/.env.common -e ./configs/envs/.env.secrets yarn dev", | ||
"build": "next build", | ||
"build:docker": "docker build --build-arg GIT_COMMIT_SHA=$(git rev-parse HEAD) -t blockscout ./", | ||
"start": "next start", | ||
"start:docker:poa_core": "docker run -p 3000:3000 --env-file ./configs/envs/.env.poa_core --env-file ./configs/envs/.env.common --env-file ./configs/envs/.env.secrets blockscout", | ||
"lint:eslint": "./node_modules/.bin/eslint . --ext .js,.jsx,.ts,.tsx", | ||
"lint:tsc": "./node_modules/.bin/tsc -p ./tsconfig.json", | ||
"prepare": "husky install", | ||
"format-svg": "./node_modules/.bin/svgo -r ./icons", | ||
"test-ct": "playwright test -c playwright-ct.config.ts", | ||
... | ... | @@ -23,6 +27,8 @@ |
"@emotion/react": "^11", | ||
"@emotion/styled": "^11", | ||
"@sentry/nextjs": "^7.12.1", | ||
"@sentry/react": "^7.13.0", | ||
"@sentry/tracing": "^7.13.0", | ||
"@tanstack/react-query": "^4.0.10", | ||
"@tanstack/react-query-devtools": "^4.0.10", | ||
"@types/react-scroll": "^1.8.4", | ||
... | ... | @@ -49,6 +55,7 @@ |
"@types/react": "18.0.9", | ||
"@types/react-dom": "18.0.5", | ||
"@typescript-eslint/eslint-plugin": "^5.27.0", | ||
"dotenv-cli": "^6.0.0", | ||
"eslint": "8.16.0", | ||
"eslint-config-next": "^12.3.0", | ||
"eslint-plugin-es5": "^1.5.0", | ||
... | ... |
sentry.properties
deleted
100644 → 0
Please register or sign in to comment