Skip to content

Commit

Permalink
Add npm deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
haxiomic committed Dec 3, 2023
1 parent 845e97f commit 297974f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"scripts": {
"build": "npx esbuild src/index.tsx --bundle --outdir=dist --sourcemap --preserve-symlinks --loader:.md=text --minify",
"dev": "npx esbuild src/index.tsx --bundle --outdir=dist --sourcemap --preserve-symlinks --watch --serve=localhost:3002 --servedir=. --loader:.md=text",
"start": "npm run dev"
"start": "npm run dev",
"deploy": "./misc/deploy.sh"
},
"author": "",
"license": "ISC",
Expand Down

0 comments on commit 297974f

Please sign in to comment.