Skip to content

Commit

Permalink
Merge pull request #2121 from thostetler/update-scripts
Browse files Browse the repository at this point in the history
make scripts executable
  • Loading branch information
ehenneken authored Feb 17, 2021
2 parents e4405e1 + 6bad364 commit 1531128
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/create-react-widget.js β†’ scripts/create-react-widget
100644 β†’ 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env node

if (process.argv.length === 2) {
console.error('Expected at least one argument!');
process.exit(1);
Expand Down
2 changes: 2 additions & 0 deletions scripts/draft-release.js β†’ scripts/draft-release
100644 β†’ 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env node

const { promisify } = require('util');
const semver = require('semver');
const exec = promisify(require('child_process').exec);
Expand Down

0 comments on commit 1531128

Please sign in to comment.