diff --git a/src/build.js b/src/build.js index e303cc1..0c5384f 100644 --- a/src/build.js +++ b/src/build.js @@ -1,3 +1,5 @@ +#!/usr/bin/env node + // Copyright 2018 The Distill Drafts Authors // // Licensed under the Apache License, Version 2.0 (the "License"); @@ -12,7 +14,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -#!/usr/bin/env node + const fs = require('fs-extra') const util = require('util'); const exec = util.promisify(require('child_process').exec);