]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
build-plugins.js: add missing shebang (#30743)
authorXhmikosR <xhmikosr@gmail.com>
Tue, 5 May 2020 18:20:44 +0000 (21:20 +0300)
committerGitHub <noreply@github.com>
Tue, 5 May 2020 18:20:44 +0000 (21:20 +0300)
build/build-plugins.js

index 30c2c80179783164dc32991f2292f3187637074f..3a8163ce029d3d63338e707bbad3c192dce2c1fc 100644 (file)
@@ -1,3 +1,5 @@
+#!/usr/bin/env node
+
 /*!
  * Script to build our plugins to use them separately.
  * Copyright 2020 The Bootstrap Authors