You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/node.js.yml
+11-1Lines changed: 11 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,16 @@ jobs:
41
41
- name: Build production bundles
42
42
run: npm run dist:prod
43
43
44
+
- name: Verify TypeScript declarations
45
+
run: |
46
+
for f in dist/semiotic.d.ts dist/semiotic-xy.d.ts dist/semiotic-ordinal.d.ts dist/semiotic-network.d.ts dist/semiotic-geo.d.ts dist/semiotic-realtime.d.ts; do
Copy file name to clipboardExpand all lines: .github/workflows/release.yml
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,16 @@ jobs:
37
37
- name: Run type check
38
38
run: npm run typescript
39
39
40
+
- name: Verify TypeScript declarations
41
+
run: |
42
+
for f in dist/semiotic.d.ts dist/semiotic-xy.d.ts dist/semiotic-ordinal.d.ts dist/semiotic-network.d.ts dist/semiotic-geo.d.ts dist/semiotic-realtime.d.ts; do
0 commit comments