|
|
|
@ -7,7 +7,7 @@
|
|
|
|
|
"build": "webpack",
|
|
|
|
|
"dev": "wrangler -c wrangler.dev.toml dev",
|
|
|
|
|
"publish-dev": "wrangler -c wrangler.dev.toml publish",
|
|
|
|
|
"publish-prod": "NODE_ENV=production wrangler -c wrangler.prod.toml publish",
|
|
|
|
|
"publish-prod": "BUILD_ENV=production wrangler -c wrangler.prod.toml publish",
|
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
|
},
|
|
|
|
|
"author": "PeterCxy",
|
|
|
|
|