Skip to content

Commit 8f5584d

Browse files
committed
remove pages:build
1 parent e3844b1 commit 8f5584d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +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",
1817
"start:docker:local": "docker run -p 3000:3000 --env-file .env.local blockscout-frontend:local",
1918
"start:docker:preset": "./tools/scripts/docker.preset.sh",
2019
"lint:eslint": "eslint .",

0 commit comments

Comments
 (0)