File tree 3 files changed +9
-355
lines changed
3 files changed +9
-355
lines changed Original file line number Diff line number Diff line change 14
14
"build" : " next build" ,
15
15
"build:next" : " ./deploy/scripts/download_assets.sh ./public/assets/configs && yarn svg:build-sprite && ./deploy/scripts/make_envs_script.sh && next build" ,
16
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
- "preview" : " npm run pages:build && wrangler pages dev" ,
19
- "deploy" : " npm run pages:build && wrangler pages deploy" ,
20
- "start" : " next start" ,
21
17
"start:docker:local" : " docker run -p 3000:3000 --env-file .env.local blockscout-frontend:local" ,
22
18
"start:docker:preset" : " ./tools/scripts/docker.preset.sh" ,
23
19
"lint:eslint" : " eslint ." ,
124
120
"xss" : " ^1.0.14"
125
121
},
126
122
"devDependencies" : {
127
- "@cloudflare/next-on-pages" : " ^1.13.7" ,
128
123
"@eslint/compat" : " 1.2.2" ,
129
124
"@eslint/js" : " 9.14.0" ,
130
125
"@next/eslint-plugin-next" : " 15.0.3" ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments