We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 636e6be commit 1ffae9dCopy full SHA for 1ffae9d
1 file changed
.github/workflows/deploy-pages.yml
@@ -33,12 +33,10 @@ jobs:
33
# Vite + Mermaid/Shiki can exceed default Node heap on ubuntu-latest
34
NODE_OPTIONS: --max-old-space-size=6144
35
run: |
36
- set -eux
37
node -v
38
npm -v
39
- npm install --userconfig "${GITHUB_WORKSPACE}/website/ci.npmrc" --no-audit --no-fund
40
- test -d node_modules/sonner
41
- node --input-type=module -e "import 'sonner'"
+ npm install --userconfig "${{ github.workspace }}/website/ci.npmrc" --no-audit --no-fund
+ test -f node_modules/sonner/package.json
42
npm run build
43
44
- uses: actions/upload-pages-artifact@v3
0 commit comments