Skip to content

Commit ef5b09a

Browse files
committed
Remove wireit invocation
1 parent 991caa5 commit ef5b09a

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

package.json

Lines changed: 1 addition & 12 deletions
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": "wireit",
37+
"test:cache-github-live": "uvu lib/test \"^cache-github-live\\.test\\.js$\"",
3838
"test:cache-local": "wireit",
3939
"test:clean": "wireit",
4040
"test:cli-options": "wireit",
@@ -158,17 +158,6 @@
158158
"files": [],
159159
"output": []
160160
},
161-
"test:cache-github-live": {
162-
"command": "uvu lib/test \"^cache-github-live\\.test\\.js$\"",
163-
"env": {
164-
"NODE_OPTIONS": "--enable-source-maps"
165-
},
166-
"dependencies": [
167-
"build"
168-
],
169-
"files": [],
170-
"output": []
171-
},
172161
"test:cache-local": {
173162
"command": "uvu lib/test \"^cache-local\\.test\\.js$\"",
174163
"env": {

0 commit comments

Comments
 (0)