Skip to content

Commit

Permalink
Drop client-watch, update 'serve' target in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed Jan 20, 2023
1 parent d9e09ab commit e94eeda
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -208,11 +208,8 @@ client-production-maps: client-node-deps ## Rebuild client-side artifacts for a
client-format: client-node-deps ## Reformat client code
cd client && yarn run format

client-watch: client-node-deps ## A useful target for parallel development building. See also client-dev-server.
cd client && yarn run watch

client-dev-server: client-node-deps ## Starts a webpack dev server for client development (HMR enabled)
cd client && yarn run serve
cd client && yarn run develop

client-test: client-node-deps ## Run JS unit tests
cd client && yarn run test
Expand Down

0 comments on commit e94eeda

Please sign in to comment.