Skip to content

Commit

Permalink
Merge pull request #26 from paipe-labs/savokr/add-proper-run-script
Browse files Browse the repository at this point in the history
chore: added proper running scripts for latest version of node
  • Loading branch information
Savokr authored Mar 29, 2024
2 parents 9f436ee + cd45980 commit 602777a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client-package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
"main": "./public/index.js",
"type": "module",
"scripts": {
"start": "node --loader ts-node/esm -r tsconfig-paths/register ./src/run.ts -b 'wss://apiv2.paipe.io'",
"start:local": "node --loader ts-node/esm -r tsconfig-paths/register ./src/run.ts -b 'ws://localhost:8080'",
"build": "yarn rm:public && yarn generate:schemas && tsc && tsc-alias",
"rm:public": "rm -rf ./public",
"rm:schemas": "rm -rf src/schemas",
Expand Down

0 comments on commit 602777a

Please sign in to comment.