Skip to content

Commit 61c79bf

Browse files
committed
Merge branch 'devel' of github.com:fluentlabs-xyz/blockscout-frontend into devel
2 parents 48e91fe + 8f5584d commit 61c79bf

File tree

3 files changed

+9
-355
lines changed

3 files changed

+9
-355
lines changed

package.json

-5
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@
1414
"build": "next build",
1515
"build:next": "./deploy/scripts/download_assets.sh ./public/assets/configs && yarn svg:build-sprite && ./deploy/scripts/make_envs_script.sh && next build",
1616
"build:docker": "docker build --build-arg GIT_COMMIT_SHA=$(git rev-parse --short HEAD) --build-arg GIT_TAG=$(git describe --tags --abbrev=0) -t blockscout-frontend:local ./",
17-
"pages:build": "npx @cloudflare/next-on-pages",
18-
"preview": "npm run pages:build && wrangler pages dev",
19-
"deploy": "npm run pages:build && wrangler pages deploy",
20-
"start": "next start",
2117
"start:docker:local": "docker run -p 3000:3000 --env-file .env.local blockscout-frontend:local",
2218
"start:docker:preset": "./tools/scripts/docker.preset.sh",
2319
"lint:eslint": "eslint .",
@@ -124,7 +120,6 @@
124120
"xss": "^1.0.14"
125121
},
126122
"devDependencies": {
127-
"@cloudflare/next-on-pages": "^1.13.7",
128123
"@eslint/compat": "1.2.2",
129124
"@eslint/js": "9.14.0",
130125
"@next/eslint-plugin-next": "15.0.3",

wrangler.toml

-4
This file was deleted.

0 commit comments

Comments
 (0)