build-plugins.js: add missing shebang (#30743)

This commit is contained in:
XhmikosR 2020-05-05 21:20:44 +03:00 committed by GitHub
parent c33457dc2d
commit 515bdd4ce6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#!/usr/bin/env node
/*!
* Script to build our plugins to use them separately.
* Copyright 2020 The Bootstrap Authors