chore: adjust develope command

This commit is contained in:
ZhenShuo Leo
2025-05-28 01:12:23 +08:00
parent 0b06a64139
commit fb2c7b88e2
4 changed files with 16 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
module.exports = {
ci: {
collect: {
startServerCommand: "npm run example -- --disableLiveReload --minify",
startServerCommand: "npm run example:production -- --disableLiveReload --minify",
startServerReadyPattern: "Web Server is available",
url: ["http://localhost:8008/blowfish/samples/emoji/"],
settings: {