Skip to content

Commit 73f0147

Browse files
committed
Disable source maps
1 parent 12b4b88 commit 73f0147

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Compile web worker
2626
run: |
2727
dart pub get
28-
dart compile js -O4 -Dsqlite3.dartbigints=false -o assets/db_worker.js packages/sqlite_async/lib/src/web/worker/worker.dart
28+
dart compile js -O4 --no-source-maps -Dsqlite3.dartbigints=false -o assets/db_worker.js packages/sqlite_async/lib/src/web/worker/worker.dart
2929
3030
- name: Set tag name
3131
id: tag

0 commit comments

Comments
 (0)