Skip to content

Commit

Permalink
build: add watch script to core
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Feb 10, 2024
1 parent 2f8ec75 commit c3a35e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
"homepage": "https://github.com/skyra-project/discord-components/tree/main/packages/core#readme",
"scripts": {
"build:ts": "tsc -b src",
"watch": "tsc -b src --watch",
"analyze": "cem analyze --litelement",
"start": "yarn build:ts && concurrently -k -r \"tsc -b src --watch --preserveWatchOutput\" \"wds\"",
"build": "yarn build:ts && yarn analyze --exclude dist",
Expand Down

0 comments on commit c3a35e5

Please sign in to comment.