Skip to content

Commit

Permalink
chore: fix acorn command
Browse files Browse the repository at this point in the history
  • Loading branch information
taye authored and interactjs-ci committed Dec 4, 2023
1 parent 2454a96 commit f56f1fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bin/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ async function runBuild() {
// bundle interactjs
shell.exec('npm run build:bundle')
// ensure that the output is valid ES5 syntax
shell.exec('acorn --silent --ecma5 packages/interactjs/dist/**/*.js')
shell.exec('acorn --silent --ecma5 packages/interactjs/dist/*.js')

// generate docs
shell.exec('npm run build:docs')
Expand Down

0 comments on commit f56f1fa

Please sign in to comment.