@akanjs/config 1.0.17 → 1.0.18

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.
@@ -169,7 +169,7 @@ ${preRunScripts.join("\n")}
169
169
  RUN mkdir -p /workspace
170
170
  WORKDIR /workspace
171
171
  COPY ./package.json ./package.json
172
- RUN npx pnpm i --prod
172
+ RUN npx pnpm i --prod --config.dangerously-allow-all-builds=true
173
173
  ${postRunScripts.join("\n")}
174
174
  COPY . .
175
175
  ENV PORT=8080
@@ -130,7 +130,7 @@ ${preRunScripts.join("\n")}
130
130
  RUN mkdir -p /workspace
131
131
  WORKDIR /workspace
132
132
  COPY ./package.json ./package.json
133
- RUN npx pnpm i --prod
133
+ RUN npx pnpm i --prod --config.dangerously-allow-all-builds=true
134
134
  ${postRunScripts.join("\n")}
135
135
  COPY . .
136
136
  ENV PORT=8080
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akanjs/config",
3
- "version": "1.0.17",
3
+ "version": "1.0.18",
4
4
  "sourceType": "module",
5
5
  "module": {
6
6
  "access": "public"