We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff3b160 commit 3766e86Copy full SHA for 3766e86
.github/workflows/nextjs.yml
@@ -46,6 +46,8 @@ jobs:
46
run: pnpm install
47
- name: Change Directory
48
run: cd website
49
+ - name: Test NPM Install
50
+ run: npm install
51
- name: Build with Next.js
52
run: |
53
pnpm run build
0 commit comments