Skip to content

Commit

Permalink
Compile @ethdebug/pointers as part of root yarn start
Browse files Browse the repository at this point in the history
  • Loading branch information
gnidan committed Jun 16, 2024
1 parent bbdbb99 commit 0813f1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/start
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ else
fi

# Run the commands with concurrently
concurrently --names=format,web,jest \
concurrently --names=format,pointers,web,jest \
"cd ./packages/format && yarn watch" \
"cd ./packages/pointers && yarn watch" \
"cd ./packages/web && yarn start $NO_OPEN_FLAG" \
"yarn test --watchAll"

1 change: 1 addition & 0 deletions packages/pointers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"license": "MIT",
"scripts": {
"prepare": "tsc",
"watch": "yarn prepare --watch",
"test": "node --experimental-vm-modules $(yarn bin jest)"
},
"devDependencies": {
Expand Down

0 comments on commit 0813f1c

Please sign in to comment.