Skip to content

Commit

Permalink
feat: made ts-scripts package public (#8777)
Browse files Browse the repository at this point in the history
  • Loading branch information
bashleigh authored Mar 23, 2023
1 parent 7c7b95a commit 6fb28ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/ts-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"license": "MIT",
"author": "[email protected]",
"main": "./src/index.js",
"private": false,
"scripts": {
"start": "echo '...skipping...'",
"test": "echo '...skipping...'",
Expand All @@ -24,7 +25,7 @@
"check": "tsc --noEmit --skipLibCheck",
"release": "echo '...skipping...'",
"deploy": "echo '...skipping...'",
"publish": "yarn npm publish --access restricted",
"publish": "yarn npm publish --access public",
"conf": "echo '...skipping...'",
"commit": "yarn lint"
},
Expand Down

0 comments on commit 6fb28ac

Please sign in to comment.