Skip to content

Commit

Permalink
Clearly mark private packages
Browse files Browse the repository at this point in the history
  • Loading branch information
benmerckx committed Apr 11, 2022
1 parent 6b21805 commit 8d21781
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
{
"private": true,
"name": "@alinea/root",
"version": "0.0.0",
"license": "MIT",
"private": true,
"scripts": {
"dev": "run-p dev:compile dev:check",
"dev:compile": "esbx dev",
"dev:check": "tsc -w",
"build": "esbx build",
"test": "esbx test",
"clean": "esbx clean",
"bump": "esbx version",
"publish:all": "yarn build && yarn workspaces foreach --no-private npm publish --tolerate-republish"
},
"files": [],
Expand Down
1 change: 1 addition & 0 deletions packages/stories/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"private": true,
"name": "@alinea/stories",
"version": "0.0.0",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/website/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"private": true,
"name": "@alinea/website",
"version": "0.0.0",
"license": "MIT",
"private": true,
"scripts": {
"dev": "yarn workspace @alinea/root build && alinea generate && next dev",
"build": "alinea generate && next build",
Expand Down

0 comments on commit 8d21781

Please sign in to comment.