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 3efea73 commit b75d67eCopy full SHA for b75d67e
.github/workflows/publish-next.yml
@@ -35,7 +35,7 @@ jobs:
35
run: npm install
36
37
- name: Build library and website
38
- run: npm run build
+ run: SITE_VERSION=next npm run build
39
40
- name: Test library
41
run: npm run test
0 commit comments