Skip to content

Commit

Permalink
patch: generate private package by default
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Dec 5, 2022
1 parent 81dee14 commit 1e75667
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/src/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ export {}
? readJSONSync(PKG)
: {
name: basename(cwd()),
private: true,
}
if (!pkg.devicescript) {
pkgChanged = true
Expand Down

0 comments on commit 1e75667

Please sign in to comment.