Skip to content

Commit

Permalink
increase ci build duration
Browse files Browse the repository at this point in the history
  • Loading branch information
langswei committed Apr 17, 2024
1 parent dc5eb69 commit 2925ec1
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 @@ -15,7 +15,7 @@
"build": "hedy -v",
"deploy": "hedy -v --deploy --test=/_status_check/healthcheck.json",
"deploy-routes": "hedy --no-build -no-hints -l major",
"deploy-ci": "hedy -v --deploy --test=/_status_check/healthcheck.json --pkgVersion=ci$CIRCLE_BUILD_NUM -l ci --cleanup-ci=24h",
"deploy-ci": "hedy -v --deploy --test=/_status_check/healthcheck.json --pkgVersion=ci$CIRCLE_BUILD_NUM -l ci --cleanup-ci=240h",
"prepare": "npx husky install"
},
"mocha": {
Expand Down

0 comments on commit 2925ec1

Please sign in to comment.