Skip to content

Commit

Permalink
Fix vscript
Browse files Browse the repository at this point in the history
  • Loading branch information
qwtel committed Jul 7, 2020
1 parent c7c59d4 commit 564f37b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .scripts/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ async function getFiles(dir) {

const pUnlink = Promise.all(
(await getFiles('./assets/js'))
.filter(f => f.includes(vPrev))
.filter(f => f.match(/assets\/js\/*hydejack-*/i))
.map(unlink)
);

Expand Down

0 comments on commit 564f37b

Please sign in to comment.