|
@@ -103,7 +103,7 @@ jobs:
|
|
env:
|
|
env:
|
|
NODE_OPTIONS: '--max_old_space_size=4096'
|
|
NODE_OPTIONS: '--max_old_space_size=4096'
|
|
run: |
|
|
run: |
|
|
- pnpm install
|
|
|
|
|
|
+ pnpm install --no-frozen-lockfile
|
|
pnpm build
|
|
pnpm build
|
|
touch dist/.nojekyll
|
|
touch dist/.nojekyll
|
|
cp dist/index.html dist/404.html
|
|
cp dist/index.html dist/404.html
|