Skip to content

Commit

Permalink
chore: move create-brisa-app
Browse files Browse the repository at this point in the history
  • Loading branch information
aralroca committed Sep 29, 2023
1 parent abad497 commit e5c9b04
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
"out",
"jsx-runtime",
"jsx-dev-runtime",
"cli.sh",
"create-brisa-app.sh"
"cli.sh"
],
"exports": {
".": {
Expand Down Expand Up @@ -48,6 +47,7 @@
"build:jsx-dev-runtime": "bun build --minify --target=bun --outdir=jsx-dev-runtime src/jsx-runtime/index.ts && cp src/types/index.d.ts jsx-dev-runtime/index.d.ts",
"test": "bun test",
"test:coverage": "bun test --coverage",
"release-create-brisa-app": "cd src/create-brisa-app && npm publish --tag next && cd ../..",
"release:alpha": "bun run build && npm publish --tag next && bun run clean",
"clean": "rm -rf out jsx-runtime jsx-dev-runtime cli",
"format": "bunx prettier --write ."
Expand Down
File renamed without changes.
15 changes: 15 additions & 0 deletions src/create-brisa-app/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "create-brisa-app",
"version": "0.1.0-alpha.5",
"license": "MIT",
"author": {
"name": "Aral Roca Gòmez",
"email": "[email protected]"
},
"files": [
"create-brisa-app.sh"
],
"bin": {
"create-brisa-app": "./create-brisa-app.sh"
}
}

0 comments on commit e5c9b04

Please sign in to comment.