Skip to content

Commit

Permalink
update dev script
Browse files Browse the repository at this point in the history
  • Loading branch information
ruucm committed Sep 11, 2024
1 parent 1a18528 commit 859ea1c
Show file tree
Hide file tree
Showing 2 changed files with 108 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,16 @@
],
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"dev": "concurrently \"tsup --watch\" \"pnpm ngrok\"",
"ngrok": "ngrok http --domain=yourdomain.ngrok-free.app 8000",
"release": "pnpm run build && mkdir -p release && cp -Rf dist release/$npm_package_name@$npm_package_version"
},
"peerDependencies": {
"react": "*"
},
"devDependencies": {
"@types/socket.io": "^3.0.2",
"concurrently": "^9.0.0",
"framer": "^2.4.1",
"globby": "^14.0.2",
"react": "^18.3.1",
Expand Down
105 changes: 105 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 859ea1c

Please sign in to comment.