We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3844b1 commit 8f5584dCopy full SHA for 8f5584d
package.json
@@ -14,7 +14,6 @@
14
"build": "next build",
15
"build:next": "./deploy/scripts/download_assets.sh ./public/assets/configs && yarn svg:build-sprite && ./deploy/scripts/make_envs_script.sh && next build",
16
"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
"start:docker:local": "docker run -p 3000:3000 --env-file .env.local blockscout-frontend:local",
19
"start:docker:preset": "./tools/scripts/docker.preset.sh",
20
"lint:eslint": "eslint .",
0 commit comments