Skip to content

Commit a51cde9

Browse files
committed
fix: add --no-border-checks to map:safe script for CI compatibility
1 parent 36dfb65 commit a51cde9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build": "kkt build",
99
"start": "kkt start",
1010
"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"
11+
"map:safe": "source-map-explorer build/static/js/main.*.js build/static/js/*-vendor.*.js --html build/website-result.html --no-border-checks"
1212
},
1313
"license": "MIT",
1414
"devDependencies": {

0 commit comments

Comments
 (0)