We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2454a96 commit f56f1faCopy full SHA for f56f1fa
scripts/bin/release.js
@@ -96,7 +96,7 @@ async function runBuild() {
96
// bundle interactjs
97
shell.exec('npm run build:bundle')
98
// ensure that the output is valid ES5 syntax
99
- shell.exec('acorn --silent --ecma5 packages/interactjs/dist/**/*.js')
+ shell.exec('acorn --silent --ecma5 packages/interactjs/dist/*.js')
100
101
// generate docs
102
shell.exec('npm run build:docs')
0 commit comments