Skip to content

Commit

Permalink
Add Deploy Command 🥳 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
willnguyen1312 authored May 1, 2023
1 parent 09def4a commit 1875d23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@
"license": "MIT",
"scripts": {
"packages": "pnpm --filter=./packages/** -r",
"examples": "pnpm --filter=./packages/** -r",
"build-fast": "pnpm packages -- build-fast",
"build": "pnpm packages -- build",
"deploy:demo": "netlify deploy --prod --dir=./examples/vanilla-ts/dist",
"preact": "pnpm --filter \"./examples/react-ts\"",
"react": "pnpm --filter \"./examples/react-ts\"",
"svelte": "pnpm --filter \"./examples/svelte-ts\"",
Expand Down

0 comments on commit 1875d23

Please sign in to comment.