Skip to content

Commit f56f1fa

Browse files
tayeinteractjs-ci
authored andcommitted
chore: fix acorn command
1 parent 2454a96 commit f56f1fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/bin/release.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ async function runBuild() {
9696
// bundle interactjs
9797
shell.exec('npm run build:bundle')
9898
// ensure that the output is valid ES5 syntax
99-
shell.exec('acorn --silent --ecma5 packages/interactjs/dist/**/*.js')
99+
shell.exec('acorn --silent --ecma5 packages/interactjs/dist/*.js')
100100

101101
// generate docs
102102
shell.exec('npm run build:docs')

0 commit comments

Comments
 (0)