Skip to content

Commit

Permalink
rf
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishiv committed Aug 6, 2023
1 parent e395d20 commit df25002
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 17 deletions.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@
.PHONY: build
build:
npx tsc --resolveJsonModule -p ./tsconfig.json --outDir ./dist --emitDeclarationOnly --declaration
node esbuild.mjs

npx esbuild ./src/index.ts --bundle --format=esm --outfile=dist/index.js --packages=external --target=es2022 --sourcemap=true --minify=true
npx esbuild ./src/core/index.ts --bundle --format=esm --outfile=dist/core/index.js --packages=external --target=es2022 --sourcemap=true --minify=true
15 changes: 0 additions & 15 deletions esbuild.mjs

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rocky7",
"version": "0.3.16",
"version": "0.3.17",
"author": "Abhishiv Saxena<[email protected]>",
"license": "MIT",
"description": "Fine-grained reactive library with no compiler, no magic, and no virtual DOM",
Expand Down

1 comment on commit df25002

@vercel
Copy link

@vercel vercel bot commented on df25002 Aug 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

rocky7 – ./

rocky7-abhishiv.vercel.app
rocky7.vercel.app
rocky7-git-master-abhishiv.vercel.app

Please sign in to comment.