Skip to content

Commit 27093ff

Browse files
committed
fix: fixed pretestRedis
1 parent 3beadfa commit 27093ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/package-scripts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module.exports = {
2424
pretest: concurrent.nps('lint', 'build', 'pretest-redis'),
2525
// <https://stackoverflow.com/a/16974060/3586413>
2626
pretestRedis:
27-
"redis-cli EVAL \"return redis.call('del', 'defaultKey', unpack(redis.call('keys', ARGV[1])))\" 0 limit_test:*",
27+
"redis-cli EVAL \"return redis.call('del', 'defaultKey', unpack(redis.call('keys', ARGV[1])))\" 0 *_limit_test:*",
2828

2929
test: 'ava',
3030
testCoverage: series('nps pretest', 'nyc ava'),

0 commit comments

Comments
 (0)