Skip to content

Commit

Permalink
Add deploy script for cloudflare (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
harryzcy authored Nov 13, 2023
1 parent d9ab8d3 commit c23b5a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
"format": "prettier --write .",
"format:check": "prettier --check .",
"lint": "npx eslint --max-warnings 0 \"./src/**/*.js\" \"./scripts/**/*.js\" \"./tests/**/*.js\" \"./api/**/*.js\" \"./themes/**/*.js\"",
"bench": "node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.bench.config.js"
"bench": "node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.bench.config.js",
"deploy": "npx wrangler deploy"
},
"author": "Anurag Hazra",
"license": "MIT",
Expand Down

0 comments on commit c23b5a8

Please sign in to comment.