Skip to content

Commit

Permalink
demo time
Browse files Browse the repository at this point in the history
  • Loading branch information
ELI7VH committed Jan 5, 2025
1 parent 1d59c7a commit a9a5eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
],
"scripts": {
"dev": "esbuild ./src/index.ts --serve=1234 --outdir=./public --servedir=./public --bundle",
"build": "esbuild ./src/index.ts --outdir=./lib --bundle",
"build": "esbuild ./src/index.ts --outdir=./dist --bundle",
"lint": "tsc --noEmit",
"compile": "rm -rf lib && tsc",
"compile:mini": "esbuild ./src/index.ts --outdir=./lib --bundle --minify --format=cjs && echo 'THIS DOESNT WORK FFS'",
Expand Down

0 comments on commit a9a5eba

Please sign in to comment.