Skip to content

Commit

Permalink
Add node shebang to build script so it can be executed
Browse files Browse the repository at this point in the history
Allows us to run build directly:
./bin/packages/build.js
  • Loading branch information
sirreal committed Jan 25, 2024
1 parent 5795b6e commit 5f791f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/packages/build.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env node

/**
* External dependencies
*/
Expand Down

0 comments on commit 5f791f9

Please sign in to comment.