Skip to content

Commit

Permalink
Next.js 10 -> 12 (#76)
Browse files Browse the repository at this point in the history
* Next.js 10 -> 12

* Skip link to next bin (not needed in 12)
  • Loading branch information
huntharo authored Jan 1, 2023
1 parent 74f1f62 commit b4b509f
Show file tree
Hide file tree
Showing 8 changed files with 1,492 additions and 4,942 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/r_build-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ jobs:
if: steps.cache-node-modules.outputs.cache-hit != 'true'
run: npm ci

- name: Link to node_modules - App
if: steps.cache-node-modules.outputs.cache-hit != 'true'
working-directory: packages/app/node_modules/.bin
run: |
ln -s ../../../../node_modules/.bin/next
# - name: Link to node_modules - App
# if: steps.cache-node-modules.outputs.cache-hit != 'true'
# working-directory: packages/app/node_modules/.bin
# run: |
# ln -s ../../../../node_modules/.bin/next

- name: Install Node-Prune
run: npm run install:node-prune
Expand Down
Loading

0 comments on commit b4b509f

Please sign in to comment.