Skip to content

Commit

Permalink
chore: ignore apps from being published
Browse files Browse the repository at this point in the history
  • Loading branch information
typicalninja committed Oct 21, 2024
1 parent 0884af3 commit 9767aad
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion apps/cf-worker-example/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "serverless-example",
"name": "@example/serverless-example",
"private": true,
"scripts": {
"dev": "wrangler dev src/index.ts",
"deploy": "wrangler deploy --minify src/index.ts"
Expand Down
3 changes: 2 additions & 1 deletion apps/node-hono-example/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "server-example",
"name": "@example/server-example",
"private": true,
"scripts": {
"dev": "tsx watch src/index.ts",
"start": "tsx src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion apps/website/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "newwebsite",
"name": "docs",
"version": "1.0.0",
"description": "",
"private": true,
Expand Down

0 comments on commit 9767aad

Please sign in to comment.