Skip to content

Commit

Permalink
Add publishConfig to create-repo-node-app
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjg committed Nov 7, 2023
1 parent c4a155e commit e97d5b1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/create-repo-node-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@
"scripts": {
"build": "tsc && chmod a+x dist/index.js",
"watch": "npm-watch build"
},
"publishConfig": {
"access": "public"
}
}

0 comments on commit e97d5b1

Please sign in to comment.