Skip to content

Commit 0b3c234

Browse files
authored
Merge branch 'main' into fix/dev-server/handle-aliases
2 parents 6443956 + e8c0cf9 commit 0b3c234

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/preview.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ jobs:
1616
node-version: '18'
1717
cache: npm
1818

19+
- name: Verify JSPM URL
20+
run: curl -I https://ga.jspm.io/npm:@floating-ui/core
21+
22+
- name: POP Debug Info
23+
run: curl https://cachefly.cachefly.net/CacheFlyDebug
24+
1925
- run: npm ci --prefer-offline
2026
- run: npm run docs
2127
- run: cat _site/components/icon/demo/custom-icon-sets/index.html

0 commit comments

Comments
 (0)