-
-
Notifications
You must be signed in to change notification settings - Fork 647
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix build issue in dexie-export-import (rollup config) (#2117)
* Fix build issue in dexie-export-import (rollup config) * Remove console output --------- Co-authored-by: David Fahlander <[email protected]>
- Loading branch information
1 parent
216ec56
commit 7e6b5e6
Showing
3 changed files
with
16 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,12 +24,12 @@ | |
], | ||
"src": [ | ||
"tsc -p src", | ||
"rollup -c tools/build-configs/rollup.config.js" | ||
"rollup -c tools/build-configs/rollup.config.mjs" | ||
], | ||
"test": [ | ||
"tsc -p test [--watch 'Watching for file changes.']", | ||
"rollup -c tools/build-configs/rollup.config.js", | ||
"rollup -c tools/build-configs/rollup.tests.config.js" | ||
"rollup -c tools/build-configs/rollup.config.mjs", | ||
"rollup -c tools/build-configs/rollup.tests.config.mjs" | ||
] | ||
}, | ||
"author": "[email protected]", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters