Skip to content

Commit cca5169

Browse files
committed
Temp
1 parent a4558dc commit cca5169

File tree

2 files changed

+82309
-82309
lines changed

2 files changed

+82309
-82309
lines changed

.github/workflows/dockerise.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: cd ./client && rm -rf node_modules && yarn install --frozen-lockfile
2828

2929
- name: Build client
30-
run: NODE_OPTIONS=--max_old_space_size=4096 cd ./client && yarn build
30+
run: NODE_OPTIONS="--max_old_space_size=4096" cd ./client && yarn build
3131

3232
- name: Save artifacts
3333
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)