diff options
| author | XhmikosR <[email protected]> | 2020-05-05 21:20:44 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-05-05 21:20:44 +0300 |
| commit | 515bdd4ce63be5f5f43694478609317c506b7595 (patch) | |
| tree | c0122d58ed7a8a48102d480da5ae293736a15ae5 | |
| parent | c33457dc2d599d04c5474bf1d453d3cabd27d70a (diff) | |
| download | bootstrap-515bdd4ce63be5f5f43694478609317c506b7595.tar.xz bootstrap-515bdd4ce63be5f5f43694478609317c506b7595.zip | |
build-plugins.js: add missing shebang (#30743)
| -rw-r--r-- | build/build-plugins.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/build-plugins.js b/build/build-plugins.js index 30c2c8017..3a8163ce0 100644 --- a/build/build-plugins.js +++ b/build/build-plugins.js @@ -1,3 +1,5 @@ +#!/usr/bin/env node + /*! * Script to build our plugins to use them separately. * Copyright 2020 The Bootstrap Authors |
