Skip to content

Commit

Permalink
Fixed build bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
bia-pain-bache committed Oct 26, 2024
1 parent f7bf6d2 commit f026779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"tweetnacl": "^1.0.3"
},
"scripts": {
"build": "npx wrangler deploy ./src/worker.js --name bpb-worker-panel --compatibility-flag nodejs_compat --compatibility-date 2024-10-26 --dry-run --outdir=dist && cp ./dist/worker.js ./_worker.js"
"build": "npx wrangler deploy ./src/worker.js --name bpb-worker-panel --compatibility-flag [nodejs_compat] --compatibility-date 2024-10-26 --dry-run --outdir=dist && cp ./dist/worker.js ./_worker.js"
}
}

0 comments on commit f026779

Please sign in to comment.