Skip to content

Commit a1ea4b2

Browse files
committed
enable source maps
1 parent 455c7e7 commit a1ea4b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"test:analysis": "wireit",
3535
"test:basic": "wireit",
3636
"test:cache-github": "wireit",
37-
"test:cache-github-live": "uvu lib/test \"^cache-github-live\\.test\\.js$\"",
37+
"test:cache-github-live": "NODE_OPTIONS=--enable-source-maps; uvu lib/test \"^cache-github-live\\.test\\.js$\"",
3838
"test:cache-local": "wireit",
3939
"test:clean": "wireit",
4040
"test:cli-options": "wireit",

0 commit comments

Comments
 (0)