@akanjs/config 1.0.18 → 1.0.19

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.
@@ -198,7 +198,7 @@ ${preRunScripts.join("\n")}
198
198
  RUN mkdir -p /workspace
199
199
  WORKDIR /workspace
200
200
  COPY ./package.json ./package.json
201
- RUN npx pnpm i --prod
201
+ RUN npx pnpm i --prod --config.dangerously-allow-all-builds=true
202
202
  COPY . .
203
203
  ENV PORT=4200
204
204
  ENV NODE_OPTIONS=--max_old_space_size=8192
@@ -159,7 +159,7 @@ ${preRunScripts.join("\n")}
159
159
  RUN mkdir -p /workspace
160
160
  WORKDIR /workspace
161
161
  COPY ./package.json ./package.json
162
- RUN npx pnpm i --prod
162
+ RUN npx pnpm i --prod --config.dangerously-allow-all-builds=true
163
163
  COPY . .
164
164
  ENV PORT=4200
165
165
  ENV NODE_OPTIONS=--max_old_space_size=8192
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akanjs/config",
3
- "version": "1.0.18",
3
+ "version": "1.0.19",
4
4
  "sourceType": "module",
5
5
  "module": {
6
6
  "access": "public"