Skip to content

Commit

Permalink
fix: add header
Browse files Browse the repository at this point in the history
Signed-off-by: Chapman Pendery <[email protected]>
  • Loading branch information
cpendery committed Nov 3, 2024
1 parent 348e43f commit 7d11647
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .scripts/postinstall.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.

import fs from "node:fs";

if (fs.existsSync("./build/commands/init.js")) {
Expand Down

0 comments on commit 7d11647

Please sign in to comment.