We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3de6768 commit f560fc3Copy full SHA for f560fc3
.github/workflows/deploy.yml
@@ -21,8 +21,6 @@ jobs:
21
cache: 'npm'
22
23
- name: Install and Build 🔧
24
- env:
25
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26
run: |
27
npm install
28
NODE_OPTIONS=--max_old_space_size=4096 npm run build
0 commit comments