whereto-bike 0.0.5 → 0.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "whereto-bike",
3
3
  "type": "module",
4
- "version": "0.0.5",
4
+ "version": "0.0.6",
5
5
  "description": "Open-source cycling platform — the CMS for cycling",
6
6
  "license": "AGPL-3.0",
7
7
  "repository": {
@@ -130,7 +130,7 @@ jobs:
130
130
  CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
131
131
 
132
132
  deploy-lambda:
133
- if: vars.VIDEO_PREFIX != ''
133
+ if: vars.VIDEO_PREFIX != '' && vars.SKIP_LAMBDA_DEPLOY != 'true'
134
134
  runs-on: ubuntu-latest
135
135
  environment: production
136
136
  steps:
@@ -7,7 +7,8 @@
7
7
  "build": "astro build",
8
8
  "preview": "astro preview",
9
9
  "setup": "node scripts/setup.js",
10
- "sync": "node node_modules/whereto-bike/sync.js"
10
+ "sync": "node node_modules/whereto-bike/sync.js",
11
+ "postinstall": "node node_modules/whereto-bike/scripts/patch-astro-renderers.js"
11
12
  },
12
13
  "dependencies": {
13
14
  "@astrojs/cloudflare": "^13.0.0-beta.11",