Skip to content

Commit 36dfb65

Browse files
committed
fix: resolve build error by fixing cytoscape module export issue.
1 parent da1f419 commit 36dfb65

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: npm run build
3333

3434
- working-directory: www
35-
run: npm run map
35+
run: npm run map:safe
3636

3737
- name: Create Coverage Badges
3838
uses: jaywcjlove/coverage-badges-cli@main

www/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"scripts": {
88
"build": "kkt build",
99
"start": "kkt start",
10-
"map": "source-map-explorer build/static/js/*.js --html build/website-result.html"
10+
"map": "source-map-explorer build/static/js/*.js --html build/website-result.html --no-border-checks",
11+
"map:safe": "source-map-explorer build/static/js/main.*.js build/static/js/*-vendor.*.js --html build/website-result.html"
1112
},
1213
"license": "MIT",
1314
"devDependencies": {

0 commit comments

Comments
 (0)